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: Threadiing Problems on AIX 4.3.3 ML-11 with gcc 3.2.3 (g++)


	One more comment: you may need the -fpic option on the compilation
step if you are overriding symbols.  Otherwise, all AIX object files are
PIC by default.  AIX normally uses tight binding within a shared module,
unless the -Wl,-G option is used for System-V semantics.  The compiler
optimizes for tight binding as well, unless -fpic is specified.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]