Gentoo Archives: gentoo-dev

From: Timothy Bissell <damaen@××××××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Alpha and CCC
Date: Sat, 10 May 2003 02:10:13
Message-Id: 1052540840.15202.15.camel@magdelina.home.net
1 I don't really know how many people have run into this, but I'm putting
2 what I had to do forward. Hopefully it will help. Specifically, this is
3 for an EV56 system, using the compaq compiler.
4
5 What I've noticed, is that the configure scripts don't have a catch to
6 give the correct flags on a linux system running a compiler other than
7 gcc. Since this system fails all of the checks (is not running solaris
8 for example), it defaults to not building shared libraries with the
9 compiler.
10
11 This was a little annoying. So I made an addition to libtool.eclass, it
12 should be attached to this message.
13
14 This is not really getting to the heart of the problem, I haven't had
15 time to dig that far. If someone has a more elegant solution, I am all
16 ears. Suffice to say, this is what has worked for me, maybe it will help
17 someone else.
18
19 --
20 Your humble lurker,
21 Timothy Bissell <damaen@××××××××××××.com>

Attachments

File name MIME type
AlphaCCC-eclass.patch text/plain

Replies

Subject Author
Re: [gentoo-dev] Alpha and CCC Troy Dack <tad@g.o>