Suppose I want to compile freetype as position independent code because I need to statically link it into a shared object. What's the best way to do this? Should I simply run 'configure' like this...
./configure CFLAGS='-g -O2 -fPIC' ...or is there a better way to do that? -- Best regards, Andreas Falkenhahn mailto:[email protected] _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
