On Thursday 13 September 2001 21:30, Gary V. Vaughan wrote:
> On Wed, Sep 12, 2001 at 07:31:41PM +0100, Nick Hudson wrote:
> > On Tuesday 11 September 2001 19:34, Gary V. Vaughan wrote:
[...]
> > > * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
> > > behavior of OpenBSD's dlopen(
On Thu, Sep 13, 2001 at 08:07:48AM +0200, Assar Westerlund wrote:
> Nick Hudson <[EMAIL PROTECTED]> writes:
> > OK. I am now seeing the same thing and the reason is that the configure
> > stuff for libltdl doesn't expect dlopen to exist in libc - it is
> > expecting it in libdl or libsvld. Parts o
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
___
Lib
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 l
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,
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
__
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 libto
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
\$deplibs\$linker
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
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 fil
10 matches
Mail list logo