From owner-freebsd-emulation Wed Sep 8 12:33:32 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from garnet.sover.net (garnet.sover.net [209.198.87.53]) by hub.freebsd.org (Postfix) with ESMTP id 2748F151EE for ; Wed, 8 Sep 1999 12:33:28 -0700 (PDT) (envelope-from adams@digitalspark.net) Received: from nightfall.digitalspark.net (arc0a338.bf.sover.net [209.198.83.246]) by garnet.sover.net (8.9.3/8.9.3) with ESMTP id PAA27643; Wed, 8 Sep 1999 15:31:36 -0400 (EDT) Comments: SoVerNet Verification (on garnet.sover.net) nightfall.digitalspark.net from arc0a338.bf.sover.net [209.198.83.246] 209.198.83.246 Wed, 8 Sep 1999 15:31:36 -0400 (EDT) Date: Wed, 8 Sep 1999 15:35:10 +0000 (GMT) From: Adam Strohl To: Danny Cc: Luoqi Chen , freebsd-emulation@FreeBSD.ORG, wine-devel@winehq.com Subject: Re: Problem compiling wine 990731 on 3.2-stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You really need to be using gmake, you'll just have less overall problems. - ----( Adam Strohl )------------------------------------------------ - - UNIX Operations/Systems http://www.digitalspark.net - - adams (at) digitalspark.net xxx.xxx.xxxx xxxxx - - ----------------------------------------( DigitalSpark.NET )------- - On Wed, 8 Sep 1999, Danny wrote: > That fixed it, but now I get something different..... > > gcc -c -g -O2 -Wall -D__WINE__ -D_REENTRANT -I. -I. -I../include > -I../include -I/usr/X11R6/include -o fnt2bdf.o fnt2bdf.c > gcc -g -O2 -Wall -o fnt2bdf fnt2bdf.o > /usr/lib/crt1.o: In function `_start': > /usr/lib/crt1.o(.text+0x69): undefined reference to `main' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > Any ideas on that one? ;) > > > On Wed, 8 Sep 1999, Luoqi Chen wrote: > > > > Hello. I'm running 3.2 stable, and am trying to compile Wine 990731. The > > > reason I don't use a package or port is because they are only up to > > > 9904??... Anyway, when I try to compile, I get the following message: > > > > > > make: don't know how to make build.o. Stop > > > *** Error code 2 > > > > > > I got the same thing about makedep.o, but I manually compiled it and it > > > worked. > > > > > > Any ideas? > > > > > > Thanks! > > > > > > Dan > > > > > Make doesn't know about suffixes like .c .o etc. It seems to me the problem > > lies in file Make.rules.in, change the line with empty .SUFFIXES: to > > something like > > SUFFIXES = .c .o .s .S .h .ln > > run configure again, make depend, then make. > > > > -lq > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message