This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: [PATCH] configure: check for libstdc++ and zlib, dynamic and static


On Fri, Jan 21, 2011 at 8:21 PM, Anthony Foiani
<anthony.foiani@gmail.com> wrote:
> Bryan, greetings --
>
> On Fri, Jan 21, 2011 at 4:02 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
>> configure: check for libstdc++ and zlib, dynamic and static
>>
>> Debian packages both static and dynamic libraries in their -dev package,
>> but Fedora packages them seperately.
>>
>> Normal builds need libstdc++.a, and static toolchains require libz.a to
>> be installed on the host.
>>
>> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

Tony,

> Sorry about the duplicate work; I just now saw your mail, right after
> sending my patch to handle at least part of the same problem.

I like seeing that there is more then one way to fix a problem. Which
configuration did you build to need these fixes?

Your change makes me ask: Do we need libstdc++.a for a certain
configuration? Or for all?

The only configuration that I have noticed it on so far was this
powerpc-405-linux-gnu and powerpc-e500v2-linux-gnuspe. I would like to
try a few more configurations.

If we really need libstdc++.a for all toolchains, then we should add
it to the configure file. Otherwise, we should warn about it being
missing for this and/or other affected configurations until a better
solution can be formed. (bug?)

> Best regards,
> Tony
>

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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