libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: multiple inclusion of file


From: Gray, Steve, Wipro
Subject: RE: multiple inclusion of file
Date: Tue, 24 Apr 2012 15:47:29 -0400

In my configure statement I have “LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib"

I run the configure command with this option and I run the make command and I still get the “multiple inclusion of file error”

 

From: Robert Boehne [mailto:address@hidden
Sent: Tuesday, April 24, 2012 3:12 PM
To: Gray, Steve, Wipro
Cc: address@hidden
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, but it could be something that PCRE links to.

Use "ldd" or "ldd -s" to find out which libraries are pulling in libstdc++ and from where.

HTH,

Robert

On Tue, Apr 24, 2012 at 11:13 AM, Gray, Steve, Wipro <address@hidden> 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 multiple inclusion of file”.  I am on a Solaris 10 operating system.  Have you seen this error message?  Is there something that I can do to get past this so that I can get the PCRE library installed?  How do I solve this?  If you have had this question asked before, I apologize for asking again, but I am at my rope’s end trying to get past this. I am new to PCRE, so if my questions seem irrelevant or pointless, I apologize.  I just need to get started. If you would like me to send you my configure options, I can do that, or any other information that you need from me, I’ll be glad to provide.

 

Thanks

 


_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]