Peter O'Gorman <[EMAIL PROTECTED]> writes:
> On Thu, 2006-07-13 at 17:11 +0200, Roland Levillain wrote:
>> What do you people from Libtool and Ruby think about the behaviors of
>> Libtool and Ruby? Should libtool create `.bundle' files on
>> Mac OS X/Darwin? Or should ruby accept to load `.so'
Brian Dessent <[EMAIL PROTECTED]> writes:
>> Also, I seem to recall reading that it was possible to generate dlls
>> which either did or did not depend on the cygwin dll being present on
>> the machine. True?
>
> It is possible, but it's not quite that simple. There are essentially
> two separate
Howdy all!
I am still trying to get my library to build on cygwin with mingw
tools.
I am getting two errors. One is the gcc.exe is not recognizing the
-no-cygwin option. Should it?
Another is that convenience library libnetcdf2.a is not found, yet
there it is...
THanks for any help...
Ed
libt
Ed Hartnett wrote:
> ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC="gcc
> -no-cygwin"
This is a typo, you want "-mno-cygwin" not "-no-cygwin".
> But when searching for a compiler, it tells me this:
>
> checking for i686-pc-mingw32-xlc... gcc -no-cygwin
>
> What is this i686-pc
Hi
together!
seems i found a
little ... äähmm ... bug(??) ;o) when i do:
$ CC=wgcc CXX=wgcc
LD=wgcc ../libtool-1.5.22/configure
--prefix=/wamas/libtool/test/binary
and after that
bootstrap libtool, and do "$ gmake" libtool trys to recheck
with:
$ gmake/bin/sh
./config.status --rec
Hi!
Seems i was wrong
with the recheck bug. Whenever i reconfigure in a directory where i allready
configured libtool i get this:
rm -f
ltmain.shTdate=`/bin/sh ../libtool-1.5.22/mkstamp <
../libtool-1.5.22/ChangeLog` && sed -e 's/@''PACKAGE@/libtool/' -e 's/@''VERSION@/1.5.22/' -e "s%@