Re: DLLs with mingw or cygwin

2001-05-26 Thread Gary V . Vaughan
On Tuesday 22 May 2001 10:04 pm, Alexandre Oliva wrote: On May 22, 2001, Sebastien Sable [EMAIL PROTECTED] wrote: As far as I know, those are as recent as they can get, but still no dll anywhere : AC_LIBTOOL_WIN32_DLL ? -no-undefined? There is a chapter about this stuff in the Goat book

ltdll for old cygwin, versus m4 quoting

2001-05-26 Thread Kevin Ryde
In the libtool.m4 ltdll_cmds setup for old cygwin there's a [$]0 which comes through to the configure script verbatim, for instance in the libtool 1.4 configure script itself. Perhaps it should be $''0 as per the similar impgen.c extraction. ___

Re: libjava testsuite problem under i686-pc-linux-gnu

2001-05-26 Thread John David Anglin
This seems to be a libtool problem. Array_1 is one of the testsuite programs for libjava. It is built with libtool. The problem appears appears to be that in building the relink command for the Array_1 script, libtool doesn't add `rpath' options for gcc (in this case gcj) `-B' options. It

libhello DLL in autobook

2001-05-26 Thread Kevin Ryde
I was looking at the libhello DLL example, with a view to doing something similar, and wondered whether hello.h needed to be told whether it's being used within the libhello build before it pays attention to DLL_EXPORT. If hello.h was used by another package building a libfoo DLL with libtool,

Re: install phase fails

2001-05-26 Thread Brian May
Brian == Brian May [EMAIL PROTECTED] writes: Alexandre == Alexandre Oliva [EMAIL PROTECTED] writes: Alexandre The problem has to do with requiring relinking at Alexandre install time. This is necessary when one library in Alexandre the build tree depends on another library in the