Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 15:35:10 +0000 (GMT)
From:      Adam Strohl <adams@digitalspark.net>
To:        Danny <aries@ariesnetwork.net>
Cc:        Luoqi Chen <luoqi@watermarkgroup.com>, freebsd-emulation@FreeBSD.ORG, wine-devel@winehq.com
Subject:   Re:  Problem compiling wine 990731 on 3.2-stable
Message-ID:  <Pine.BSF.4.10.9909081534140.378-100000@nightfall.digitalspark.net>
In-Reply-To: <Pine.BSF.4.10.9909081427320.35253-100000@aries.ariesnetwork.net>

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




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