When I try to build expat-1.95.1 on decUnix with Dec's
C compiler i get the following failure:
<ht000@tioman1:/bruger/ht000/work/expat-1.95.1:248>
oc$ make
cd lib; make
make[1]: Entering directory `/bruger/ht000/work/expat-
1.95.1/lib'
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -
DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I.. -g -c
xmlparse.c
mkdir .libs
cc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -
DVERSION=\"expat_1.95.1\" -I. -I.. -g -Wp,-
MD,.deps/xmlparse.pp -c xmlparse.c -DPIC -
o .libs/xmlparse.lo
cc: Severe: No such file or directory
... file is '.deps/xmlparse.pp'
make[1]: *** [xmlparse.lo] Error 1
make[1]: Leaving directory `/bruger/ht000/work/expat-
1.95.1/lib'
make: *** [lib] Error 2
<
The lib/.deps directory is empty!
The lib/.libs directory is also empty.
Logged In: YES
user_id=3066
The command line shown includes some GCC-specific arguments that have been removed from the makefiles. This should no longer be a problem with the CVS version of Expat, but I do not have access to a DecUnix system to test with.