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

noreply@sourceforge.net noreply@sourceforge.net
Thu Apr 4 06:01:20 2002


Bugs item #539242, was opened at 2002-04-04 06: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: Open
Resolution: None
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)



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

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