Fixed. Cheers, -g
On Fri, Mar 09, 2001 at 11:22:04AM -0500, Jeff Trawick wrote: > Tru64 is busted with this too, though when I do make from toplevel, > link of dftables failes because libexpat.la does not exist. > > A make from xml just says "Making all in expat" > A make from xml/expat does nothing. Oh, I have to touch config.status > for some reason. > > When I do make from srclib/apr-util/xml/expat/lib I get > > /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=expat > -DVERSION=expat_1.95.2 > -I/home/trawick/apache/httpd-2.0/srclib/apr-util/xml/expat/lib -I.. > -DOSF1 -DAPACHE_XLATE -g -c xmlparse.c > cc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" > -I/home/trawick/apache/httpd-2.0/srclib/apr-util/xml/expat/lib > -I.. -DOSF1 -DAPACHE_XLATE -g -Wp,-MD,.deps/xmlparse.pp -c xmlparse.c > -o xmlparse.o > cc: Severe: No such file or directory > ... file is '.deps/xmlparse.pp' > *** Exit 1 > Stop. > > jean-frederic clere <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I have some problems with the Makefile on apr-util/xml/expat. > > The option -Wp,-MD,.deps/$(*F).pp is no understand neither on Solaris > > nor on ReliantUnix. > > On Solaris the fix is to use: > > +++ > > $(LTCOMPILE) -xM $< > .deps/$(*F).pp; > > \ > > $(LTCOMPILE) -c > > $< > > +++ > > Instead of > > $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c > > $< > > On ReliantUnix the -xM option is -M, so I have: > > +++ > > $(LTCOMPILE) -M $< > .deps/$(*F).pp; > > \ > > $(LTCOMPILE) -c > > $< > > +++ > > I am afraid we need a way to find how -Wp,-MD, option should be > > processed. > > > > Cheers > > > > Jean-frederic > > > > -- > Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: > http://www.geocities.com/SiliconValley/Park/9289/ > Born in Roswell... married an alien... -- Greg Stein, http://www.lyra.org/
