From: Martin Str|mberg Message-Id: <200004090048.CAA13248@father.ludd.luth.se> Subject: Re: Returned mail: Host unknown (Name server: midpec.co: host not found) In-Reply-To: <200004090003.CAA09082@queeg.ludd.luth.se> from Mail Delivery Subsystem at "Apr 9, 2000 02:03:23 am" To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sun, 9 Apr 2000 02:48:20 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Sorry but I dont know where to mail this complaint. If you know any better route, please let me know. What kind of junk server do you use? Your From header isn't valid. Right, MartinS According to Mail Delivery Subsystem: > The original message was received at Sun, 9 Apr 2000 02:03:22 +0200 (CEST) > from ams AT father DOT ludd DOT luth DOT se [130.240.16.18] > > ----- The following addresses had permanent fatal errors ----- > > > ----- Transcript of session follows ----- > 550 ... Host unknown (Name server: midpec.co: host not found) > Reporting-MTA: dns; queeg.ludd.luth.se > Received-From-MTA: DNS; father.ludd.luth.se > Arrival-Date: Sun, 9 Apr 2000 02:03:22 +0200 (CEST) > > Final-Recipient: RFC822; tr AT midpec DOT co > Action: failed > Status: 5.1.2 > Remote-MTA: DNS; midpec.co > Last-Attempt-Date: Sun, 9 Apr 2000 02:03:22 +0200 (CEST) -- Start of included mail From: Martin Str|mberg > According to Prashant TR: > > I've been having a strange porting problem while working on Sh-utils > > 2.0g beta. I run the configure script on Windows with LFN enabled and > > I get a Makefile. But when I run make, it gives me an output like > > this: > > > > ----- > > Making all in lib > > make.exe[2]: Entering directory `d:/prj/x/sh-utils-2.0g/lib' > > source='getdate.c' object='getdate.o' libtool=no \ > > depfile='.deps/getdate.Po' tmpdepfile='.deps/getdate.TPo' \ > > depmode=gcc d:/djgpp/bin/sh.exe ../depcomp \ > > gcc -DLIBDIR=\"d:/djgpp/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g > > -O2 -c -o > > getdate.o `test -f getdate.c || echo './'`getdate.c > > depcomp: Variables source, object and depmode must be set > > make.exe[2]: *** [getdate.o] Error 1 > > make.exe[2]: Leaving directory `d:/prj/x/sh-utils-2.0g/lib' > > make.exe[1]: *** [all-recursive] Error 1 > > make.exe[1]: Leaving directory `d:/prj/x/sh-utils-2.0g' > > make.exe: *** [all-recursive-am] Error 2 > > ----- > > > > The fragment of the makefile producing this error is: > > > > ----- > > CCDEPMODE = depmode=gcc > > > > .c.o: > > source='$<' object='$@' libtool=no \ > > depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ > > $(CCDEPMODE) $(depcomp) \ > > $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< > > ----- > > > > There's a script called depcomp in the parent directory, but it > > doesn't seem to be receiving the values of "source", "object" and > > "libtool". And if I try compiling on Linux, the package compiles > > perfectly. It seems to me that the values of variables are not passed > > on to the child program by MAKE. Maybe, it could be something to do > > with the DJGPP version of Make. Any ideas about how to get around with > > this problem? I'm using Make 3.77. > > > > Thanks, > > Prashant > > > > I'm shooting from the hip here; do you get any more info from "make > -d" or "make -dd"? > > > Right, > > MartinS -- End of included mail.