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: GCC 3.0.4 on AIX 5.1


>>>>> Jubin  writes:

Jubin> So u mean to say when configuring i have to use --enable-threads=pthreads ?
Jubin> But at one stage i am getting error "libgcc_s_pthread.a" not found and
Jubin> exiting.a
Jubin> Please note that this compilation i used gcc 2.95, and latest versions of
Jubin> gnu assembler and linker.

Jubin> Please tell me whether i have to use native compiler,
Jubin> assembler & linker to compile gcc 3.0.4 on aix 5.1

	First, do not enable or diable any thread support when you build
the compiler.  GCC build with thread support enabled by default. 

	Second, the "-pthread" option is when you invoke the GCC 3.0.4
compiler after it is built.

	Third, please use the AIX Assembler and AIX Linker, not the GNU
Assembler and GNU Linker.  This is mentioned in the GCC Installation
Notes for AIX. 

David


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