[Expat-bugs] [ expat-Bugs-224566 ] Compile-Problems for HP-UX 11.0

nobody nobody@sourceforge.net
Tue, 13 Mar 2001 12:23:15 -0800


Bugs #224566, was updated on 2000-12-05 08:54
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=224566&group_id=10127

Category: Build control
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous
Assigned to: Nobody/Anonymous
Summary: Compile-Problems for HP-UX 11.0

Initial Comment:
I try to compile as my normal user -> got huge tempfiles in /tmp.
I saw this with other packages too, i think that's no expat problem.
I works e.g. as root. My user works wit CC=/opt/ansic/bin/cc too.


After installing autoconf and m4 i tryed again with
export CC=/opt/ansic/bin/cc

and got
make
        autoconf
configure.in:69: warning: AC_TRY_RUN called without default to allow cross compiling
/opt/autoconf-2.13/bin/autoconf[150]: gawk:  not found.
running /bin/sh ./configure  --prefix=/opt/eate --no-create --no-recursion
which kills ./configure :-( (there is a empty file left)

So i installed gawk too. (i this really needed ???)

I finally got i it running
1.export CC=/opt/ansic/bin/cc
2../configure --prefix=where_you_like
3. DO NOT CALL make
4. cd lib
5. remove -Wp,.... from  Makefile
6. make
7. make install

I 'm not familar with that autoconf stuff, so i don't know where to
remove this -Wp stuff for the configure.

There was some error while make, because of removing this -WP,... stuff,
but the library seems to work (I use the XMLParser too :-) )


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

Comment By: Nobody/Anonymous
Date: 2001-03-13 12:23

Message:
Logged In: NO 

The change to the Makefile should be to change all lines 
that contain:

   -Wp,MD,.deps(...)

To

   -Wp,M.deps(...)

After making this change, I succesfully compiled on HPUX 
11.0

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

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