Re: Threadiing Problems on AIX 4.3.3 ML-11 with gcc 3.2.3 (g++)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux