[Expat-bugs] [ expat-Bugs-2192678 ] zOS make compile fails

SourceForge.net noreply at sourceforge.net
Fri Oct 24 22:27:13 CEST 2008


Bugs item #2192678, was opened at 2008-10-24 13:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=2192678&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: John (john_hoel)
Assigned to: Greg Stein (gstein)
Summary: zOS make compile fails

Initial Comment:
Building expat on zOS 1.4W. I set the following environment variables for ./configure (without LD it failed):

LD=c89
CC=c89

I then had to change all instances of the following in ./configure to make it work (C compiler will not accept .cc extension):

ac_ext=cc changed to ac_ext=c

Then 'make' failed as follows. How do I change libtool to fix this?

make
/bin/sh ./libtool --silent --mode=compile c89 -I./lib -I. -g  -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
FSUM3008 Specify a file with the correct suffix (.c, .i, .s, .o, .x, .p, .I, or 
.a), or a corresponding data set name, instead of -o.
make: *** [lib/xmlparse.lo] Error 1

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

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


More information about the Expat-bugs mailing list