bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.2.7a: unresolved external symbol _lt_libltdlc_LTX_preloaded_symbol


From: Akim Demaille
Subject: Re: 2.2.7a: unresolved external symbol _lt_libltdlc_LTX_preloaded_symbols
Date: Wed, 26 Nov 2008 11:06:09 +0100


Le 26 nov. 08 à 07:36, Ralf Wildenhues a écrit :

* Akim Demaille wrote on Tue, Nov 25, 2008 at 02:09:10PM CET:
I don't know what I am supposed to do here:

Try adding the win32-dll option to LT_INIT, aka. use the
AC_LIBTOOL_WIN32_DLL macro.

It's set.

AC_DEFUN([URBI_LTDL],
[# If you need to create a library, use libtool.
LT_PREREQ([2.2.6])
# Name the subdirectory that contains libltdl sources
LT_CONFIG_LTDL_DIR([libltdl])
LT_INIT([pic-only shared disable-static dlopen win32-dll])
# Work around a bug in Automake/Libtool, these dirs should have been
# created.
$MKDIR_P libltdl/.deps .deps/libltdl
LTDL_INIT([nonrecursive])
AC_SUBST([LIBTOOL_DEPS])

AC_SUBST([LTDL_CPPFLAGS], ['$(LTDLINCL)'])
AC_SUBST([LTDL_LIBS],     ['$(LIBLTDL)'])
AC_SUBST([LTDL_DEPS],     ['$(LTDLDEPS)'])

URBI_LIBTOOL
])


Use the -no-undefined link flag.

Did try too.

Specify mingw not pw32 as host.

Will try that tomorrow (today is an EPITA day, not Gostai).

Ensure both your libltdl and your ./libtool are from 2.2.x.

They are.

Report back if there are still problems.

Will do ;)

Thanks Ralf.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]