automake
[Top][All Lists]
Advanced

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

Re: libtool problem with linking .a's


From: Tom Tromey
Subject: Re: libtool problem with linking .a's
Date: 10 Feb 2001 12:15:23 -0700

>>>>> "Tim" == Tim Heath <address@hidden> writes:

Tim>    I am getting the message:
Tim> libtool: link: cannot build libtool library `liboracle.la' from
Tim> non-libtool objects: /opt/oracle/XXXXX/product/8.1.6/lib/libcore8.a

Tim> Does anyone know how to fix this?

I recommend asking on the libtool list, address@hidden'.
My guess is that libtool prevents this because on some architectures
you cannot put random .o files into a shared library -- on such
architectures the .o files must be specially built (eg with PIC).

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]