From mboxrd@z Thu Jan 1 00:00:00 1970 From: "HÃ¥kan Winbom" To: help-gcc@gnu.org Subject: Re: AIX and ORACLE Client Shell Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <386BB991.CBA3CD7A@home.se> References: <84fb5e$gu$1@mailusr.wdf.sap-ag.de> <946553346.26144.0.nnrp-02.c2de6f3d@news.demon.co.uk> <84fh62$46g$1@mailusr.wdf.sap-ag.de> X-SW-Source: 1999-12n/msg00388.html Message-ID: <19991231222400.1M_CtgX2ApzzW1COIvwl2DTnKuhN4BhZjeVNv5SJmtg@z> I think You have hit a problem which is documented in Oracle 8.0.4 and 8.1.5 Actually I doubt that Oracle supports V7 on AIX 4.3.3 but that is an other story The problem is that Oracle will only link with Posix draft 7 thread model AIX 4.3.3 defaults to Posix draft 10 threads try: export LINK_CONTROL=L_PTHREADS_D7 This essentially replaces the default libpthreads.a library with libpthreadscompat.a It is documented in the Oracle V8 installation manuals. Hopes this helps /HW Bernard Schletz wrote: > Hi, > > >> > >>i switched from AIX 4.1 to 4.3: But when I now try > >>to link my application the linker didn't accept the > >>Oracle-Client-Shell libclntsh.a. > >> > >>I get the error: > >>'collect2: /usr/lib/libc_r.a: not an import library' > >> > >>What is collect2 doing? > >>What does this error mean? > >>What could I do? > >>Can anybody help me? >