From owner-freebsd-questions Tue Apr 9 20:30:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA17464 for questions-outgoing; Tue, 9 Apr 1996 20:30:47 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA17454 for ; Tue, 9 Apr 1996 20:30:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id EAA09965 ; Wed, 10 Apr 1996 04:28:29 +0100 (BST) To: Frank Seltzer cc: freebsd-questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: FVWM95 won't build In-reply-to: Your message of "Tue, 09 Apr 1996 19:33:16 EDT." Date: Wed, 10 Apr 1996 04:28:28 +0100 Message-ID: <9963.829106908@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Frank Seltzer wrote in message ID : > I am trying to build FVWM95 and get the following errors. Has anyone done > this yet? > g++ -o FvwmConfig -m486 -O2 -L/usr/X11R6/lib dead.o WinBase.o FvwmConfig. > o WinButton.o WinText.o WinRadioButton.o WinInput.o WinSlider.o > WinColorSelector.o -lgnumalloc It would help if you had something like `-lX11', etc, etc, etc on there ... there are NO X11 libs! :-( Gary