un script que compila un archivo C pero no se vincula

#!/bin/bash
gcc -c <filename>
Chris Nzoka-okoye