[ expat-Bugs-539242 ] make problems on Compaq Alpha

noreply@sourceforge.net noreply@sourceforge.net
Mon Apr 15 21:19:02 2002


Bugs item #539242, was opened at 2002-04-04 09:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=539242&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: make problems on Compaq Alpha

Initial Comment:
- make in top directory considered the subdirs up to
date even after a make clean; had to cd to each subdir
and run make by hand
- in xmlwf/Makefile, had to manually change -static to
-non_shared; it doesn't use the libtools from the top
level, apparently
- in examples/Makefile, had to manually change -static
to -non_shared; it doesn't use the libtools from the
top level, apparently; also had to add a -I option to
the compile options so that expat.h could be found, e.g.

LIBS = -L$(LIBDIR) -lexpat -I$(INCDIR)



----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-04-16 00:18

Message:
Logged In: YES 
user_id=3066

These have been changed since 1.95.2 was released; we think
these are all fixed in CVS.  Please test the next release
when available.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=539242&group_id=10127