Gentoo Archives: gentoo-alt

From: Greg Trigg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX
Date: Tue, 24 Jun 2008 10:57:30
Message-Id: 4860D318.6090305@yahoo.com
In Reply to: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg Trigg
1 Greg Trigg wrote:
2 >
3 > Michael Haubenwallner wrote:
4 >> On Mon, 2008-06-23 at 12:51 -0500, Greg wrote:
5 >>> Here I go again.
6 >>>
7 >>> I wasn't getting anywhere, so I went over to clfs to use as a
8 >>> reference to get more GNU programs installed. The ones they suggest
9 >>> as the ones necessary for a clfs system are the ones I installed,
10 >>> only not as a cross compiler. I decided to start over on Gentoo
11 >>> prefix using the programs suggested from the Linux From Scratch
12 >>> guys. No matter what I do I get the same error message with...you
13 >>> guessed it. Gawk
14 >>>
15 >>> gcc -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -o gawk array.o
16 >>> awkgram.o builtin.o dfa.o ext.o field.o gawkmisc.o getopt.o getopt1.o
17 >>> io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o
18 >>> eval.o profile.o -ldl
19 >>> ld: 0711-317 ERROR: Undefined symbol: .pow
20 >>> ld: 0711-317 ERROR: Undefined symbol: .cos
21 >>> ld: 0711-317 ERROR: Undefined symbol: .sin
22 >>> ld: 0711-317 ERROR: Undefined symbol: .atan2
23 >>> ld: 0711-317 ERROR: Undefined symbol: .sqrt
24 >>> ld: 0711-317 ERROR: Undefined symbol: .log
25 >>> ld: 0711-317 ERROR: Undefined symbol: .floor
26 >>> ld: 0711-317 ERROR: Undefined symbol: .ceil
27 >>> ld: 0711-317 ERROR: Undefined symbol: .exp
28 >>> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
29 >>> information.
30 >>
31 >> Just to be sure the math-lib is installed - what does this command say
32 >> on your AIX machine ?
33 >>
34 >> $ lslpp -lc bos.adt.libm
35 >
36 > lslpp -lc bos.adt.libm
37 > lslpp: Fileset bos.adt.libm not installed.
38 >
39 > I had an error message trying to compile gcc 4.1.1 on my own that led me
40 > to google where I found this problem. I was just about to install them.
41 > I hope that installing these will solve my problem.
42
43 #Fileset:Level:PTF Id:State:Type:Description:EFIX Locked
44 /usr/lib/objrepos:bos.adt.libm:5.2.0.10::COMMITTED:I:Base Application
45 Development Math Library :
46
47 Continuing install,
48
49 Greg
50 --
51 gentoo-alt@l.g.o mailing list