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