public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Simon, Christine" <CSimon@gic-global.com>
To: <help-gcc@gnu.org>
Subject: Makefile problem
Date: Wed, 03 Jul 2002 05:22:00 -0000	[thread overview]
Message-ID: <D92BF5360C4A4F4F8990836019F006CD329696@NSMD-FFM002.gicint.com> (raw)

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

                 reply	other threads:[~2002-07-03 12:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D92BF5360C4A4F4F8990836019F006CD329696@NSMD-FFM002.gicint.com \
    --to=csimon@gic-global.com \
    --cc=help-gcc@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).