From owner-freebsd-emulation Wed Sep 8 12:26:53 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from aries.ariesnetwork.net (aries.postnet.com [209.96.9.250]) by hub.freebsd.org (Postfix) with ESMTP id CB28014FE7 for ; Wed, 8 Sep 1999 12:26:50 -0700 (PDT) (envelope-from aries@ariesnetwork.net) Received: from localhost (aries@localhost) by aries.ariesnetwork.net (8.9.3/8.8.8) with ESMTP id OAA35255; Wed, 8 Sep 1999 14:27:55 -0500 (CDT) (envelope-from aries@ariesnetwork.net) Date: Wed, 8 Sep 1999 14:27:54 -0500 (CDT) From: Danny To: Luoqi Chen Cc: freebsd-emulation@FreeBSD.ORG, wine-devel@winehq.com Subject: Re: Problem compiling wine 990731 on 3.2-stable In-Reply-To: <199909081858.OAA12437@lor.watermarkgroup.com> 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 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