Re: gcc-help Digest 16 Jul 2007 16:08:08 -0000 Issue 2447

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi ankit, 
	Try this
	$ gcc -g -O2 -Wall -fPIC -c logger.c
	$ gcc -g -O2 -Wall -fPIC -c func_lib.c
	$ gcc -shared -nostdlib logger.o func_lib.o -o libfuncs.so 

No need to give the -static anywhere.

regards
saurabh




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux