Li Zhao wrote: > I figured it out. in config/ltmain.sh there are two Parameters (VERSION, > TIMESTAP) > which control what libtool will be built. in configure.in the > AC_DISABLE_SHARED option was turned on. > If we comment this out, the PIC code will be compiled. >
Do you see any issues like this with the SCons build? AFAIK the SCons framework does not use libtool in any way, and should use the appropriate -fPIC vs -fpic flags for the target. cheers, BMS _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
