Monday, April 11, 2005
Linking
To link to other object file you created:
gcc -L/usr/lib -lnsl -I/usr/include -o runthis runthis.o firstlib.o secondlib.o
This should work
gcc -L/usr/lib -lnsl -I/usr/include -o runthis runthis.o firstlib.o secondlib.o
This should work