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

2006-12-07 Thread Ed Hartnett
Ed Hartnett <[EMAIL PROTECTED]> 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

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

2006-12-07 Thread Ralf Wildenhues
* 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 > -

wgcc 2.1.0 released

2006-12-07 Thread Duft Markus
Hi together! I'm proud to announce the 2.1.0 "stabilizing release" of wgcc. For more info read below. Cheers, Markus == wgcc is a cross-compiler tool primarily written for Microsoft's Interix. Its primary purpose is to produce native Windows binaries (internally using the Microsoft T

Wgcc critical bugfix!

2006-12-07 Thread Duft Markus
Hi! The yesterday-released version of wgcc (2.1.0) has a critical bug, making it crash whenever you pass certain options (like -O2) to it. This has been fixed in 2.1.1 which is available now from SF.net. Cheers, Markus ___ http://lists.gnu.org/mailman

Cygwin/MinGW cross-compilation issue

2006-12-07 Thread Ralph Schleicher
libtool 1.5.22 Hi, is there any reason why /lib/w32api is not part of the system library search path when cross-compiling on Cygwin for MinGW? For example, linking a shared library with -lws2_32: *** Warning: linker path does not have real file for library -lws2_32. *** I have the capability to

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

2006-12-07 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> 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 .

libtool: install: warning: remember to run `libtool --finish /usr/local/expat/2.0.1/lib'

2006-12-07 Thread Perrog
Hi! What shall I do, when I get this message? This warning happened when I first configured a library (expat) to install in /usr/local/expat/2.0.1, but then changed my mind and installed it in /usr/local via make. Like this: $ cd /src/expat $ ./configure --prefix=/usr/local/expat/2.0.1 $ make $