From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DMARC_REJECT,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by chiba.3jane.net (Postfix) with ESMTP id 2E4DF20AB136 for ; Sat, 13 Apr 2002 14:02:12 -0500 (CDT) Received: from myrealbox.com jasonr@smtp-send.myrealbox.com [65.34.145.247] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88.1.1 $ on Novell NetWare; Sat, 13 Apr 2002 13:02:13 -0600 Message-ID: <3CB880B3.80609@myrealbox.com> Date: Sat, 13 Apr 2002 15:02:11 -0400 From: Jason Ritchie User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] Compiling NetHack with qt Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 24a729e7-e14c-4ce3-8c0b-e42723338dd8 X-Archives-Hash: fb29cadb89dce80582bb41241923fc78 When I have both QT2 and QT3 installed, nethack will not compile with qt support: -- begin paste (longer than it needs to be) -- gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include -I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c ../win/gnome/gnyesno.c gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include -c -o version.o version.c Loading ... /usr/i686-pc-linux-gnu/bin/ld: cannot find -lqt collect2: ld returned 1 exit status make: *** [Sysunix] Error 1 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 13, Exitcode 2 !!! (no error message) roland nethack # -- end paste -- If I unmerge qt3, it compiles straight through and runs with qt support. Any suggestions on forcing it to use qt2 or ignore qt3? Thanks! Jason Ritchie