Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 14:27:54 -0500 (CDT)
From:      Danny <aries@ariesnetwork.net>
To:        Luoqi Chen <luoqi@watermarkgroup.com>
Cc:        freebsd-emulation@FreeBSD.ORG, wine-devel@winehq.com
Subject:   Re:  Problem compiling wine 990731 on 3.2-stable
Message-ID:  <Pine.BSF.4.10.9909081427320.35253-100000@aries.ariesnetwork.net>
In-Reply-To: <199909081858.OAA12437@lor.watermarkgroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909081427320.35253-100000>