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

Replies

Subject Author
Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Greg Trigg <trigggl@×××××.com>