I've detected a regression error: cvs doesn't build any more (at least not
for me).
same here this should fix it (it seems all ld don't behave the same):
Index: Makefile.in =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/Makefile.in,v retrieving revision 1.109 diff -u -r1.109 Makefile.in --- Makefile.in 20 Mar 2002 22:19:06 -0000 1.109 +++ Makefile.in 21 Mar 2002 19:13:48 -0000 @@ -86,7 +86,7 @@ @exit 1
wine: $(EMUOBJS) $(LIBSYMLINKS) $(IMPORTS:%=lib%.$(LIBEXT)) library/libwine.$(LIBEXT) - $(CC) -o wine $(EMUOBJS) -L. $(IMPORTS:%=-l%) $(LIBWINE) $(LIBS) $(LDFLAGS) + $(CC) -o wine $(EMUOBJS) -L. -Wl,-rpath . $(IMPORTS:%=-l%) $(LIBWINE) $(LIBS) $(LDFLAGS)
install_wine: dummy [ -d $(bindir) ] || $(MKDIR) $(bindir)