Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX
Date: Tue, 24 Jun 2008 07:49:31
Message-Id: 1214293766.9487.4.camel@salomon-22
In Reply to: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg
1 On Mon, 2008-06-23 at 12:51 -0500, Greg wrote:
2 > Here I go again.
3 >
4 > I wasn't getting anywhere, so I went over to clfs to use as a reference
5 > to get more GNU programs installed. The ones they suggest as the ones
6 > necessary for a clfs system are the ones I installed, only not as a
7 > cross compiler. I decided to start over on Gentoo prefix using the
8 > programs suggested from the Linux From Scratch guys. No matter what I
9 > do I get the same error message with...you guessed it. Gawk
10 >
11 > gcc -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -o gawk array.o
12 > awkgram.o builtin.o dfa.o ext.o field.o gawkmisc.o getopt.o getopt1.o
13 > io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o
14 > eval.o profile.o -ldl
15 > ld: 0711-317 ERROR: Undefined symbol: .pow
16 > ld: 0711-317 ERROR: Undefined symbol: .cos
17 > ld: 0711-317 ERROR: Undefined symbol: .sin
18 > ld: 0711-317 ERROR: Undefined symbol: .atan2
19 > ld: 0711-317 ERROR: Undefined symbol: .sqrt
20 > ld: 0711-317 ERROR: Undefined symbol: .log
21 > ld: 0711-317 ERROR: Undefined symbol: .floor
22 > ld: 0711-317 ERROR: Undefined symbol: .ceil
23 > ld: 0711-317 ERROR: Undefined symbol: .exp
24 > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
25 > information.
26
27 Just to be sure the math-lib is installed - what does this command say
28 on your AIX machine ?
29
30 $ lslpp -lc bos.adt.libm
31
32 /haubi/
33 --
34 Michael Haubenwallner
35 Gentoo on a different level
36
37 --
38 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>