=sonymusic@gnu.org] On Behalf Of
Alexandre Garnier
Sent: Friday, April 27, 2012 5:55 AM
To: libtool@gnu.org
Subject: Re: multiple inclusion of file
Gray, Steve, Wipro sonymusic.com> writes:
> Now that you told me that is just a warning and not an error, I
> proceeded to
run the "ma
Gray, Steve, Wipro sonymusic.com> writes:
> Now that you told me that is just a warning and not an error, I proceeded to
run the "make check" command and it came back with "1 of 6 tests
> failed". I continued with the "make install" and it completed without any
errors. I don't know if I should
d
> and I still get the “multiple inclusion of file error”
>
> ** **
>
> *From:* Robert Boehne [mailto:rboe...@gmail.com]
> *Sent:* Tuesday, April 24, 2012 3:12 PM
>
> *To:* Gray, Steve, Wipro
> *Cc:* libtool@gnu.org
> *Subject:* Re: multiple inclusion of file
>
>
24, 2012 3:12 PM
To: Gray, Steve, Wipro
Cc: libtool@gnu.org
Subject: Re: multiple inclusion of file
Steve,
Find out what the path for libstdc++.so is for the one you want,
then set LDFLAGS=-L/correct/path/ when you build the library that it's
complaining about.
Note that it may not be PCRE,
y "nginx webserver" now that I think I got the PCRE library
installed. Wish me luck.
Thanks a lot
-Original Message-
From: Bob Friesenhahn [mailto:bfrie...@simple.dallas.tx.us]
Sent: Tuesday, April 24, 2012 2:25 PM
To: Gray, Steve, Wipro
Cc: libtool@gnu.org
Subject: Re: multiple inclusio
Bob - correct on all counts :)
It can be problematic though, even when the two libstdc++.so files are
symlinks or otherwise identical. If you provide libstdc++.so in a "runtime
only" package, you don't want the compiler's location to be hardcoded. The
fix is to simply force a particular path wit
On Tue, 24 Apr 2012, Robert Boehne wrote:
Steve,
Find out what the path for libstdc++.so is for the one you want,
then set LDFLAGS=-L/correct/path/ when you build the library that it's
complaining about.
Note that it may not be PCRE, but it could be something that PCRE links to.
Use "ldd" o
Steve,
Find out what the path for libstdc++.so is for the one you want,
then set LDFLAGS=-L/correct/path/ when you build the library that it's
complaining about.
Note that it may not be PCRE, but it could be something that PCRE links to.
Use "ldd" or "ldd -s" to find out which libraries are pul
On Tue, 24 Apr 2012, Gray, Steve, Wipro wrote:
Hello, I am in the process of trying to install the PCRE library. I run the
configure command with the various
options, and I then run the make command, and this is when I get the error,
“warning: file
/usr/sfw/lib/libstdc++.so: attempted multipl