public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Unrecognized modifier ':+$LD_RUN_PATH:'
@ 2003-02-13 20:10 Hillel (Sabba) Markowitz
  0 siblings, 0 replies; 3+ messages in thread
From: Hillel (Sabba) Markowitz @ 2003-02-13 20:10 UTC (permalink / raw)
  To: GCC Help; +Cc: Nils Gerken

---------------------- Original Message ----------------------------------
From: "Nils Gerken" <n dot gerken at web dot de>
     To: <gcc-help at gcc dot gnu dot org>
     Date: Wed, 12 Feb 2003 13:09:51 +0100
     Subject: 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
----------------------- End Original Message ------------------------------

Note that these warnings are caused by the fact that you built in static mode.
 As a result, the mangled functions in C++ are in two different directories.  
If you had built with --enable-shared, then you would not have gotten the 
warning.

I think that it is possible that it would also have fixed the problem with 
LD_LIBRARY_PATH as well but I am not sure.

-- 
Said the fox to the fish, "Join me ashore".
 The fish are the Jews, Torah is our water

Hillel (Sabba) Markowitz - sabbahem@bcpl.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Unrecognized modifier ':+$LD_RUN_PATH:'
@ 2003-02-13 20:10 Hillel (Sabba) Markowitz
  0 siblings, 0 replies; 3+ messages in thread
From: Hillel (Sabba) Markowitz @ 2003-02-13 20:10 UTC (permalink / raw)
  To: GCC Help; +Cc: Nils Gerken

---------------------- Original Message ----------------------------------
From: "Nils Gerken" <n dot gerken at web dot de>
     To: <gcc-help at gcc dot gnu dot org>
     Date: Wed, 12 Feb 2003 13:09:51 +0100
     Subject: 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
----------------------- End Original Message ------------------------------

Note that these warnings are caused by the fact that you built isn static 
mode.  As a result, the mangled functions in C++ are in two different 
directories.  If you had built with --enable-shared, then you would not have 
gotten the warning.

I think that it is possible that it would also have fixed the problem with 
LD_LIBRARY_PATH as well but I am not sure.

-- 
Said the fox to the fish, "Join me ashore".
 The fish are the Jews, Torah is our water

Hillel (Sabba) Markowitz - sabbahem@bcpl.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Unrecognized modifier ':+$LD_RUN_PATH:'
@ 2003-02-12 12:09 Nils Gerken
  0 siblings, 0 replies; 3+ messages in thread
From: Nils Gerken @ 2003-02-12 12:09 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-13 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-13 20:10 Unrecognized modifier ':+$LD_RUN_PATH:' Hillel (Sabba) Markowitz
  -- strict thread matches above, loose matches on Subject: below --
2003-02-13 20:10 Hillel (Sabba) Markowitz
2003-02-12 12:09 Nils Gerken

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).