RE: multiple inclusion of file

2012-04-27 Thread Gray, Steve, Wipro
=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

Re: multiple inclusion of file

2012-04-27 Thread Alexandre Garnier
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

Re: multiple inclusion of file

2012-04-24 Thread Robert Boehne
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 > >

RE: multiple inclusion of file

2012-04-24 Thread Gray, Steve, Wipro
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,

RE: multiple inclusion of file

2012-04-24 Thread Gray, Steve, Wipro
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

Re: multiple inclusion of file

2012-04-24 Thread Robert Boehne
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

Re: multiple inclusion of file

2012-04-24 Thread Bob Friesenhahn
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

Re: multiple inclusion of file

2012-04-24 Thread Robert Boehne
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

Re: multiple inclusion of file

2012-04-24 Thread Bob Friesenhahn
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