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 05:52:11 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Ed Hartnett <address@hidden> writes:

> 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.

When I use the DLL file, it works fine.

Actually, I don't need the .lib file at all. Any way to turn it off?

Thanks!

Ed
-- 
Ed Hartnett  -- address@hidden





reply via email to

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