From owner-freebsd-questions Mon Mar 1 19:22: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from walnut.readington.com (walnut.readington.com [207.207.198.10]) by hub.freebsd.org (Postfix) with ESMTP id 8D26B14C49 for ; Mon, 1 Mar 1999 19:21:54 -0800 (PST) (envelope-from chrismar@readington.com) Received: from localhost (chrismar@localhost) by walnut.readington.com (8.8.8/8.8.8) with ESMTP id WAA12779 for ; Mon, 1 Mar 1999 22:15:53 -0500 (EST) (envelope-from chrismar@readington.com) Date: Mon, 1 Mar 1999 22:15:53 -0500 (EST) From: Chris To: freebsd-questions@freebsd.org Subject: linking problems Message-ID: Webpage: http://www.weirdo.net/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I seem to be having problems compiling on 3.1-stable. the compile seems to go fine, however it seems to fail when it begins to link. An example would be: gcc -o aim -O -pipe `gtk-config --cflags` -elf aim.o buddy.o toc.o im.o conversation.o buddy_chat.o html.o prefs.o sound.o about.o `gtk-config --libs` /usr/local/lib/libgtk.so: file not recognized: File format not recognized *** Error code 1 Any ideas/thoughts? TIA, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message