> Hiroki Kaminaga wrote: > > > What is the difference of -fpic and -fPIC? > > Is there any info doc? > > http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Code-Gen-Options.html#index-fpic-1614 Thank you very much. On ppc32/linux target, -fpic and -fPIC is available, and from the above info, I assume -fpic is better for performance, and if library GOT size exceeds 32k, -fPIC is the only chice. (Hiroki Kaminaga) --