From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Fischer Subject: Re: compile error version 1.1.5, gcc 3.3.1 Date: Thu, 25 Sep 2003 11:33:58 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200309251133.58533.Christian.Fischer@FischundFischer.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: "linux-msdos@vger.kernel.org" Am Mittwoch, 24. September 2003 23:53 schrieben Sie: > > these functions are supposed to be in libXext.so > Check your Makefile.conf; it should say something like > LIBS=-lXxf86vm -lXext -lX11 -lslang -lm -ldl > perhaps > LIBS=-lXext -lXxf86vm -lXext -lX11 -lslang -lm -ldl > helps? In any case this doesn't appear to be a gcc problem. > > Bart it looks like LIBS=-lXxf86vm -lX11 -lslang -lm -ldl in my case LIBS=-lXxf86vm -lXext -lX11 -lslang -lm -ldl helps well, why LIBS=-lXxf86vm -lX11 -lslang -lm -ldl works on my gcc3.2.3-machine? christian --