[Expat-bugs] [Bug #124566] Compile-Problems for HP-UX 11.0

noreply@sourceforge.net noreply@sourceforge.net
Tue, 5 Dec 2000 08:54:06 -0800


Bug #124566, was updated on 2000-Dec-05 08:54
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: Nobody
Assigned to : Nobody
Summary: Compile-Problems for HP-UX 11.0

Details: 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 :-) )


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=124566&group_id=10127