Re: ltdl/mdemo test

2001-09-14 Thread Patrick Welche
On Thu, Sep 13, 2001 at 09:30:40PM +0100, Gary V. Vaughan wrote: ... HAVE_LIBDL is a misnomer, and should perhaps be renamed to HAVE_DLOPEN, since the additon of a library that contains dlopen is handled separately. Good idea :) Patrick ___

Darwin / OS X

2001-09-14 Thread Max Horn
HI there, I am using libtool on Mac OS X (both Darwin 1.3.7 and Darwin 1.4). Sadly, there are still some problems with conveniance libs, and others, too. 1) To cite Christoph Pfisterer: The problem is that convenience libraries are added to both $convenience and $deplibs. That causes the

Re: Darwin / OS X

2001-09-14 Thread Gary V. Vaughan
On Fri, Sep 14, 2001 at 05:34:38PM +0200, Max Horn wrote: I think I read in your mailing list archives something about 1.4.2 being released, but the web page still lists 1.4.1 as current? Indeed. I forgot to update the web page... commiting at the moment. Thanks for prompting me. Cheers,

running 'libtool gdb foo' from emacs

2001-09-14 Thread Ted Irons
One gets used to doing M-x gdb foo in emacs; but if foo is an uninstalled binary one has to do a command line libtool gdb foo Any way of running gdb on an uninstalled binary from emacs? Is there a libtool mode for emacs? Thanks, - Ted

Re: running 'libtool gdb foo' from emacs

2001-09-14 Thread Gary V. Vaughan
On Fri, Sep 14, 2001 at 02:40:28PM -0700, Ted Irons wrote: One gets used to doing M-x gdb foo in emacs; but if foo is an uninstalled binary one has to do a command line libtool gdb foo Any way of running gdb on an uninstalled binary from emacs? Is there a libtool mode

Darwin Dynamic modules

2001-09-14 Thread Max Horn
OK, I think I just found out that this is the reason modules are not built right on darwin: # Commands used to build and install a shared archive. archive_cmds=\$CC \$(test \\x\$module\\ = xyes echo -bundle || echo -dynamiclib) \$allow_undefined_flag -o \$lib \$libobjs

Re: Darwin Dynamic modules

2001-09-14 Thread Guido Draheim
Max Horn wrote: OK, I think I just found out that this is the reason modules are not built right on darwin: # Commands used to build and install a shared archive. archive_cmds=\$CC \$(test \\x\$module\\ = xyes echo -bundle || echo -dynamiclib) \$allow_undefined_flag -o \$lib \$libobjs

Suggested pathes to CVC libtool: Mingw improvement, .rc support

2001-09-14 Thread Tor Lillqvist
Hi, Here is a patch to libtool with: -- Small improvement for mingw-hosted tool support (while still running libtool on cygwin). In that case PATH_SEPARATOR is ':', but gcc -print-search-dirs still prints its search path with ';' as separator. -- Add support for .rc files (Windows resource