Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 14:58:09 -0400 (EDT)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        aries@ariesnetwork.net, freebsd-emulation@FreeBSD.ORG
Cc:        wine-devel@winehq.com
Subject:   Re:  Problem compiling wine 990731 on 3.2-stable
Message-ID:  <199909081858.OAA12437@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> 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?199909081858.OAA12437>