[ expat-Bugs-470416 ] compile fails on UnixWare 7.1.1 with cc
noreply@sourceforge.net
noreply@sourceforge.net
Fri Dec 7 03:13:03 2001
Bugs item #470416, was opened at 2001-10-11 15:23
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=470416&group_id=10127
Category: Build control
Group: Platform Specific
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: compile fails on UnixWare 7.1.1 with cc
Initial Comment:
Using UnixWare's cc and gmake, compiling 1.95.1 fails;
the offending lines are the .c.o and .c.lo dependencies
in lib/Makefile.in which try to pass
"-Wp,-MD,.deps/$(*F).pp" to the compiler, which is (of
course) unrecognised. The library appears to build
successfully when the dependency code is removed; is it
necessary?
----------------------------------------------------------------------
>Comment By: Greg Stein (gstein)
Date: 2001-12-07 03:12
Message:
Logged In: YES
user_id=6501
We've tossed that stuff in the recent Expat. That was an
old, lame thing to create dependencies. We simply maintain
the deps by hand now.
Closing as fixed in the upcoming release (and CVS).
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=470416&group_id=10127