public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Makefile problem
@ 2002-07-03  5:22 Simon, Christine
  0 siblings, 0 replies; only message in thread
From: Simon, Christine @ 2002-07-03  5:22 UTC (permalink / raw)
  To: help-gcc

Hello,

I'm trying to compile the XML-Xalan samples pograms using the G++ compiler. Compiling goes ok but the linker gives an error. i'm using AIX on Unix. The libxalan-c1_3.a was downloaded for AIX from the Apache.org.

Following the messages the Makefile returns:

Preparing the directory structure for a build ...
mkdir -p ../obj
mkdir -p /proj/mediatrend/gde1125/xml-xalan/c/lib
mkdir -p /proj/mediatrend/gde1125/xml-xalan/c/bin
g++ -DAIX -fPIC     \
 -L/proj/mediatrend/gde1125/xml-xalan/c/lib -lxalan-c1_3  -L/usr/lib -L/usr/local/lib -lc -L/proj/mediatrend/gde1125/xerces-c-src1_7_0/lib
 -lxerces-c1_7_0 -O2 -DNDEBUG   ../obj/SimpleTransform.o -o /proj/mediatrend/gde1125/xml-xalan/c/bin/SimpleTransform
ld: 0711-441 SEVERE ERROR: Shared object /proj/mediatrend/gde1125/xml-xalan/c/lib/libxalan-c1_3.a
        The s_scnptr or s_size field is invalid in the .loader section header.
        The object is being ignored.
collect2: ld returned 12 exit status
make: *** [/proj/mediatrend/gde1125/xml-xalan/c/bin/SimpleTransform] Error 1 

Does anybody know what could be the reason (another link parameter??)

Hope for fast help.

Best regards
Christine

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-03 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-03  5:22 Makefile problem Simon, Christine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).