Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libkdegames-3.5 won't compile
Date: Mon, 01 Feb 2010 20:43:59
Message-Id: fecdbac61002011243v28b6890ci299a6e62b8b647ca@mail.gmail.com
In Reply to: [gentoo-user] libkdegames-3.5 won't compile by Dale
1 On 2/1/10, Dale <rdalek1967@×××××.com> wrote:
2 > /bin/sh ../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++
3 > -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
4 > -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG
5 > -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -fomit-frame-pointer
6 > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
7 > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
8 > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
9 > -Wl,-O1 -o libkdegames.la -rpath /usr/kde/3.5/lib -L/usr/kde/3.5/lib
10 > -L/usr/qt/3/lib -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R
11 > /usr/qt/3/lib -no-undefined -Wl,--no-undefined
12 > -Wl,--allow-shlib-undefined -version-info 3:0:2 kcarddialog.lo
13 > kstdgameaction.lo kgamemisc.lo kchatbase.lo kchat.lo kchatdialog.lo
14 > kgameprogress.lo kcanvasrootpixmap.lo kgamelcd.lo
15 > highscore/libkhighscore.la kgame/libkgame.la
16 > kgame/dialogs/libkgamedialogs.la -lkio -lkdnssd
17
18 A wild guess which might or might not do any good: cd into the
19 directory where this happens, copy & paste this monstrosity of a
20 linking command it prints out, and switch the libs around from the end
21 (lkio -lkdnssd => -lkdnssd -lkio).
22
23 --
24 Arttu V.