Gentoo Archives: gentoo-alt

From: Markus Duft <mduft@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 06:03:30
Message-Id: 000101c8d5bf$56ec5da0$04c518e0$@org
In Reply to: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg
1 >
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 Our AIX machines with prefix-launcher are more or less bare system installations I think, with not much additional software installed/updated.
12
13 >
14 > gcc -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -o gawk array.o
15 > awkgram.o builtin.o dfa.o ext.o field.o gawkmisc.o getopt.o getopt1.o
16 > io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o
17 > eval.o profile.o -ldl
18 > ld: 0711-317 ERROR: Undefined symbol: .pow
19 > ld: 0711-317 ERROR: Undefined symbol: .cos
20 > ld: 0711-317 ERROR: Undefined symbol: .sin
21 > ld: 0711-317 ERROR: Undefined symbol: .atan2
22 > ld: 0711-317 ERROR: Undefined symbol: .sqrt
23 > ld: 0711-317 ERROR: Undefined symbol: .log
24 > ld: 0711-317 ERROR: Undefined symbol: .floor
25 > ld: 0711-317 ERROR: Undefined symbol: .ceil
26 > ld: 0711-317 ERROR: Undefined symbol: .exp
27 > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
28 > information.
29
30 Shouldn't -lm get on the link line from _somewhere_? What does config.log look like?
31
32 > collect2: ld returned 8 exit status
33 > gmake[2]: *** [gawk] Error 1
34 > gmake[2]: Leaving directory
35 > `/usr/local/prefix-launcher-1.2/buildroot/gawk/ibm_slow.powerpc-ibm-
36 > aix5.2.0.0'
37 > gmake[1]: *** [all-recursive] Error 1
38 > gmake[1]: Leaving directory
39 > `/usr/local/prefix-launcher-1.2/buildroot/gawk/ibm_slow.powerpc-ibm-
40 > aix5.2.0.0'
41 > gmake: *** [all] Error 2
42 > gmake: ***
43 > [/usr/local/prefix-launcher-1.2/buildroot/gawk/gawk.ibm_slow.powerpc-
44 > ibm-aix5.2.0.0.builded]
45 > Error 1
46 >
47 >
48 > This is using the prefix-launcher that downloads the programs instead
49 > of
50 > including them. Am I forever doomed by the AIX linker?
51
52 Download instead of include? I don't understand your point here... including the sources would make it bigger, including the binaries is not possible :) Or did you mean something else?
53
54 Cheers, Markus
55
56 >
57 >
58 >
59 > Greg Trigg
60 >
61 > Jacksonville, AR
62 >
63 >
64 >
65 > --
66 > gentoo-alt@l.g.o mailing list
67
68
69 --
70 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>