This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]