libtool
[Top][All Lists]
Advanced

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

Re: having a lot of mingw build problems with atexit - what does it mean


From: Ed Hartnett
Subject: Re: having a lot of mingw build problems with atexit - what does it mean?
Date: Thu, 07 Dec 2006 19:12:34 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> * Ed Hartnett wrote on Thu, Dec 07, 2006 at 01:52:11PM CET:
>> 
>> > libtool: link: gcc -g -O2 -o .libs/t_nc.exe t_nc-t_nc.o
>> > ./.libs/libnetcdf.lib -L/usr/local/lib
>> 
>> Another clue - everything works if I change the above to:
>> gcc -g -O2 -o .libs/t_nc.exe t_nc-t_nc.o ./.libs/libnetcdf-0.dll
>> -L/usr/local/lib
>> 
>> That is, it's the ibnetcdf.lib file which is causing the problem.
>
> It will be some days until I can do w32 testing again.  Until then,
> it may help if you post the output of
>   ../libtool --config
>   ../libtool --features
>   cat libnetcdf.la
>
> (in that same directory).
>
> You could also try building with --disable-static.  But even if it
> worked, it would only be a workaround and we'd need to fix the
> underlying bug.

This must have been a Nd problem. When I upgraded to gcc 3.4.2
the whole problem went away.

Yippee!

Thanks all,

Ed

-- 
Ed Hartnett  -- address@hidden





reply via email to

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