This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Unrecognized modifier ':+$LD_RUN_PATH:'


Hi,

while trying to compile gcc-3.2.2 with make bootstrap (after configuring
with ./configure --disable-shared) on a Tru64 5.1a Alpha System I get the
error message:

...
ar: Warning: ignoring second definition of _ZTSSt15underflow_error defined
in archive
ar: Warning: ignoring second definition of _ZNSdD1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSdD0Ev defined in archive
ar: Warning: ignoring second definition of _ZThn16_NSdD1Ev defined in
archive
ar: Warning: ignoring second definition of _ZThn16_NSdD0Ev defined in
archive
ar: Warning: ignoring second definition of _ZTv0_n24_NSdD1Ev defined in
archive
ar: Warning: ignoring second definition of _ZTv0_n24_NSdD0Ev defined in
archive
rm -fr .libs/libstdc++.lax
creating libstdc++.la
(cd .libs && rm -f libstdc++.la && ln -s ../libstdc++.la libstdc++.la)
Making all in po
Making all in testsuite
`echo
/usr/progr/gcc/gcc-3.2.2/gcc/g++ -B/usr/progr/gcc/gcc-3.2.2/gcc/ -nostdinc++
  -L/usr/progr/gcc/gcc-3.2.2/alphaev56-dec-osf5.1/libstdc++-v3/src -L/usr/pr
ogr/gcc/gcc-3.2.2/alphaev56-dec-osf5.1/libstdc++-v3/src/.libs -B/usr/local/a
lphaev56-dec-osf5.1/bin/ -B/usr/local/alphaev56-dec-osf5.1/lib/ -isystem
/usr/local/alphaev56-dec-osf5.1/include  | sed
's/xgcc/g++/g'` -DHAVE_CONFIG_H -I. -I. -I.. -nostdinc++  -I/usr/progr/gcc/g
cc-3.2.2/alphaev56-dec-osf5.1/libstdc++-v3/include/alphaev56-dec-osf5.1 -I/u
sr/progr/gcc/gcc-3.2.2/alphaev56-dec-osf5.1/libstdc++-v3/include -I../libsup
c++      -g -O2 -c abi_check.cc
Make: Unrecognized modifier ':+$LD_RUN_PATH:'.  Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

Can anyone help me out here? I don't know how to go on.

Thanks

Nils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]