bug-libtool
[Top][All Lists]
Advanced

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

libtool-2.2.4 error: libtool: link: unsupported hardcode properties


From: Robert Schuster
Subject: libtool-2.2.4 error: libtool: link: unsupported hardcode properties
Date: Thu, 10 Jul 2008 22:18:01 +0200
User-agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509)

Hi,
I am using libtool 2.2.4 to compile GNU Classpath and get the following
error when compiling GNU Classpath 0.97.2:

/bin/sh ../../../i686-linux-libtool --tag=CC   --mode=link gcc -W -Wall
-Wmissing-declarations -Wwrite-strings -Wmissing-prototypes
-Wno-long-long -Wstrict-prototypes -pedantic -Werror
-isystem/home/rob/oe/beagle/tmp/staging/i686-linux/usr/include -Os
-module -version-info 0:0:0 -no-undefined
-L/home/rob/oe/beagle/tmp/staging/i686-linux/usr/lib
-Wl,-rpath-link,/home/rob/oe/beagle/tmp/staging/i686-linux/usr/lib
-Wl,-rpath,/home/rob/oe/beagle/tmp/staging/i686-linux/usr/lib -Wl,-O1 -o
libjavanet.la -rpath
/home/rob/oe/beagle/tmp/staging/i686-linux/usr/lib/classpath javanet.lo
java_net_VMInetAddress.lo java_net_VMNetworkInterface.lo
java_net_VMURLConnection.lo gnu_java_net_VMPlainSocketImpl.lo
gnu_java_net_local_LocalSocketImpl.lo local.lo
../../../native/jni/classpath/jcl.lo
../../../native/jni/native-lib/libclasspathnative.la
/home/rob/oe/beagle/tmp/staging/i686-linux/usr/lib/libmagic.la
i686-linux-libtool: link: unsupported hardcode properties
i686-linux-libtool: link: See the libtool documentation for more
information.
i686-linux-libtool: link: Fatal configuration error.

gcc is 4.3.1 (the one from Debian).

Incidentally this is the same problem Christian Thalinger reported a
while back:

http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00145.html

Attached is the output of libtool --config and the compile command from
above with --debug added (In fact it is the output of the make command).

The command is generated from the attached Makefile.am (I also added the
generated Makefile.in and Makefile).

I would be very happy to hear about anything I could try to find out
more about this problem.

Regards
Robert

Attachment: libtool-config.gz
Description: GNU Zip compressed data

Attachment: log.do_compile.7462.gz
Description: GNU Zip compressed data

nativeexeclib_LTLIBRARIES = libjavanet.la

if ENABLE_LOCAL_SOCKETS
local_sources = gnu_java_net_local_LocalSocketImpl.c \
                local.c \
                local.h
else
local_sources = gnu_java_net_local_LocalSocketImpl.c
endif

libjavanet_la_SOURCES = javanet.c \
                        javanet.h \
                        java_net_VMInetAddress.c \
                        java_net_VMNetworkInterface.c \
                        java_net_VMURLConnection.c \
                        gnu_java_net_VMPlainSocketImpl.c \
                        $(local_sources)

libjavanet_la_LIBADD = $(top_builddir)/native/jni/classpath/jcl.lo \
                       
$(top_builddir)/native/jni/native-lib/libclasspathnative.la \
                       $(LIBMAGIC)

AM_LDFLAGS = @CLASSPATH_MODULE@
AM_CPPFLAGS = @CLASSPATH_INCLUDES@
AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @ERROR_CFLAGS@

Attachment: Makefile.gz
Description: GNU Zip compressed data

Attachment: Makefile.in.gz
Description: GNU Zip compressed data

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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