Gentoo Archives: gentoo-alt

From: Greg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX
Date: Mon, 23 Jun 2008 17:51:41
Message-Id: 485FE2A4.8030205@yahoo.com
In Reply to: Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX by Greg
1 Here I go again.
2
3 I wasn't getting anywhere, so I went over to clfs to use as a reference
4 to get more GNU programs installed. The ones they suggest as the ones
5 necessary for a clfs system are the ones I installed, only not as a
6 cross compiler. I decided to start over on Gentoo prefix using the
7 programs suggested from the Linux From Scratch guys. No matter what I
8 do I get the same error message with...you guessed it. Gawk
9
10 gcc -O2 -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1 -o gawk array.o
11 awkgram.o builtin.o dfa.o ext.o field.o gawkmisc.o getopt.o getopt1.o
12 io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o
13 eval.o profile.o -ldl
14 ld: 0711-317 ERROR: Undefined symbol: .pow
15 ld: 0711-317 ERROR: Undefined symbol: .cos
16 ld: 0711-317 ERROR: Undefined symbol: .sin
17 ld: 0711-317 ERROR: Undefined symbol: .atan2
18 ld: 0711-317 ERROR: Undefined symbol: .sqrt
19 ld: 0711-317 ERROR: Undefined symbol: .log
20 ld: 0711-317 ERROR: Undefined symbol: .floor
21 ld: 0711-317 ERROR: Undefined symbol: .ceil
22 ld: 0711-317 ERROR: Undefined symbol: .exp
23 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
24 information.
25 collect2: ld returned 8 exit status
26 gmake[2]: *** [gawk] Error 1
27 gmake[2]: Leaving directory
28 `/usr/local/prefix-launcher-1.2/buildroot/gawk/ibm_slow.powerpc-ibm-aix5.2.0.0'
29 gmake[1]: *** [all-recursive] Error 1
30 gmake[1]: Leaving directory
31 `/usr/local/prefix-launcher-1.2/buildroot/gawk/ibm_slow.powerpc-ibm-aix5.2.0.0'
32 gmake: *** [all] Error 2
33 gmake: ***
34 [/usr/local/prefix-launcher-1.2/buildroot/gawk/gawk.ibm_slow.powerpc-ibm-aix5.2.0.0.builded]
35 Error 1
36
37
38 This is using the prefix-launcher that downloads the programs instead of
39 including them. Am I forever doomed by the AIX linker?
40
41
42
43 Greg Trigg
44
45 Jacksonville, AR
46
47
48
49 --
50 gentoo-alt@l.g.o mailing list

Replies

Subject Author
RE: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Markus Duft <mduft@g.o>
Re: [gentoo-alt] gawk failing prefix-launcher-1.2 on AIX Michael Haubenwallner <haubi@g.o>