From: "ffileppo" <ffileppo@libero.it>
To: "java" <java@gcc.gnu.org>
Subject: Problems building gcj
Date: Tue, 04 Nov 2008 16:10:00 -0000 [thread overview]
Message-ID: <K9TGW1$33B668EC7F8D4C86BF81EB84A1CBB2DC@libero.it> (raw)
Hi guys,
I'm having some problems building gcj after upgrading from Ubuntu 8.04 to 8.10 (I didn't change anything else).
I'm getting an error (please see the log at the end) about ld not finding lgio-2.0.
I don't understand why now it is looking for lgio. It didn't happen using Ubuntu 8.04.
Anyone else experienced this problem?
Thank you,
Francesco
libtool: link: /root/partizione/gcc-trunk-2/arm/./gcc/xgcc -B/root/partizione/gcc-trunk-2/arm/./gcc/ -B/media/disk/gcc-inst-new/arm-linux-gnueabi/bin/ -B/media/disk/gcc-inst-new/arm-linux-gnueabi/lib/ -isystem /media/disk/gcc-inst-new/arm-linux-gnueabi/include -isystem /media/disk/gcc-inst-new/arm-linux-gnueabi/sys-include -shared .libs/gnu_java_awt_peer_gtk_CairoSurface.o .libs/gnu_java_awt_peer_gtk_CairoGraphics2D.o .libs/gnu_java_awt_peer_gtk_ComponentGraphics.o .libs/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.o .libs/gnu_java_awt_peer_gtk_FreetypeGlyphVector.o .libs/gnu_java_awt_peer_gtk_GdkFontPeer.o .libs/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.o .libs/gnu_java_awt_peer_gtk_GdkPixbufDecoder.o .libs/gnu_java_awt_peer_gtk_GdkRobotPeer.o .libs/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.o .libs/gnu_java_awt_peer_gtk_GtkButtonPeer.o .libs/gnu_java_awt_peer_gtk_GtkCanvasPeer.o .libs/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.o .libs/gnu_java_awt_peer_gtk_GtkCheckboxPeer.o .libs/gnu_java_awt_peer_gtk_GtkChoicePeer.o .libs/gnu_java_awt_peer_gtk_GtkClipboard.o .libs/gnu_java_awt_peer_gtk_GtkComponentPeer.o .libs/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.o .libs/gnu_java_awt_peer_gtk_GtkFileDialogPeer.o .libs/gnu_java_awt_peer_gtk_GtkFramePeer.o .libs/gnu_java_awt_peer_gtk_GtkGenericPeer.o .libs/gnu_java_awt_peer_gtk_GtkImage.o .libs/gnu_java_awt_peer_gtk_GtkLabelPeer.o .libs/gnu_java_awt_peer_gtk_GtkListPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuBarPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuItemPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuPeer.o .libs/gnu_java_awt_peer_gtk_GtkPanelPeer.o .libs/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.o .libs/gnu_java_awt_peer_gtk_GtkScrollbarPeer.o .libs/gnu_java_awt_peer_gtk_GtkScrollPanePeer.o .libs/gnu_java_awt_peer_gtk_GtkSelection.o .libs/gnu_java_awt_peer_gtk_GtkTextAreaPeer.o .libs/gnu_java_awt_peer_gtk_GtkTextFieldPeer.o .libs/gnu_java_awt_peer_gtk_GtkToolkit.o .libs/gnu_java_awt_peer_gtk_GtkWindowPeer.o .libs/gnu_java_awt_peer_gtk_GtkVolatileImage.o .libs/GtkDragSourceContextPeer.o .libs/gtk_jawt.o .libs/gtkpeer.o ../../../native/jni/classpath/.libs/jcl.o -L/root/Desktop/arm-rpm/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lgthread-2.0 -lrt -lgdk_pixbuf-2.0 -lm -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXrender -lXtst -pthread -pthread -pthread -Wl,-soname -Wl,libgtkpeer.so -o .libs/libgtkpeer.so
/root/partizione/new-binutils/inst/arm-linux-gnueabi/bin/ld: cannot find -lgio-2.0
collect2: ld returned 1 exit status
make[6]: *** [libgtkpeer.la] Error 1
make[6]: Leaving directory `/media/disk/gcc-trunk-2/arm/arm-linux-gnueabi/libjava/classpath/native/jni/gtk-peer'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/media/disk/gcc-trunk-2/arm/arm-linux-gnueabi/libjava/classpath/native/jni'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/media/disk/gcc-trunk-2/arm/arm-linux-gnueabi/libjava/classpath/native'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/media/disk/gcc-trunk-2/arm/arm-linux-gnueabi/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/media/disk/gcc-trunk-2/arm/arm-linux-gnueabi/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/media/disk/gcc-trunk-2/arm'
make: *** [all] Error 2
next reply other threads:[~2008-11-04 16:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-04 16:10 ffileppo [this message]
2008-11-04 23:02 ` Andrew Haley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='K9TGW1$33B668EC7F8D4C86BF81EB84A1CBB2DC@libero.it' \
--to=ffileppo@libero.it \
--cc=java@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).