Hi Ed,
* Ed Hartnett wrote on Mon, May 05, 2008 at 04:38:37PM CEST:
> I have a library which builds well with most compilers and platforms
> I'm testing on, there is a problem with shared library build with the
> intel compiler.
>
> I specify --enable-shared, and the build succeeds, but no shared
On Mon, 5 May 2008, Ed Hartnett wrote:
file may no longer be correct. The .la file is just a text file so
you can take a look at what is inside and even edit it to fix the
installation paths.
But I'm pretty sure that I didn't move any library.
Check the tail end of the installed .la file:
#
Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> On Mon, 5 May 2008, Ed Hartnett wrote:
>
>> Howdy all!
>>
>> Sometimes I get these warnings (see below), and I don't really get
>> what libtool is trying to tell me...
>
> It means that your hdf5 library was originally installed into a
> different dire
On Mon, 5 May 2008, Ed Hartnett wrote:
Howdy all!
Sometimes I get these warnings (see below), and I don't really get
what libtool is trying to tell me...
It means that your hdf5 library was originally installed into a
different directory path and then the installation was moved/copied to
th
On Mon, May 5, 2008 at 7:32 AM, Ed Hartnett <[EMAIL PROTECTED]> wrote:
> "Dan Nicholson" <[EMAIL PROTECTED]> writes:
>
> > On Tue, Apr 22, 2008 at 4:24 AM, Ed Hartnett <[EMAIL PROTECTED]> wrote:
> >> Howdy all!
> >>
> >> Firstly, thanks for developing libtool! It's really helpful!
> >>
> >>
Howdy all!
Sometimes I get these warnings (see below), and I don't really get
what libtool is trying to tell me...
I'm sure this is described somewhere in the documentation, but I can't
find it.
Can anyone point me to the right explanation?
Thanks,
Ed
/bin/sh ../libtool --tag=CC --mode=link
Howdy all!
I have a library which builds well with most compilers and platforms
I'm testing on, there is a problem with shared library build with the
intel compiler.
I specify --enable-shared, and the build succeeds, but no shared
library (that is, .so) file seems to be installed. I get a .a file
"Dan Nicholson" <[EMAIL PROTECTED]> writes:
> On Tue, Apr 22, 2008 at 4:24 AM, Ed Hartnett <[EMAIL PROTECTED]> wrote:
>> Howdy all!
>>
>> Firstly, thanks for developing libtool! It's really helpful!
>>
>> I am using it to distribute a freeware scientific data library,
>> netcdf. The netcdf dist