Gentoo Archives: gentoo-dev

From: Stefan Jones <cretin@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] sun-j2sdk-1.4.1
Date: Thu, 23 Jan 2003 08:46:19
Message-Id: 37716.213.121.89.82.1043311262.squirrel@unicorn.no-ip.org
1 On Thu, 2003-01-23 at 04:03, Andrew B. Panphiloff wrote:
2 > HI!
3 > I'm from Russia and I speak English so so....
4 > I saw your ebuild for suh-j2sdk-1.4.1,
5 > and my ebuild and patches differ from your.
6 >
7 > sun-j2sdk-1.4.1.ebuild:
8
9
10 > I'm not a programmer but I think that
11 >
12 > -COMPILE = ${CPP} ${CPPFLAGS} ${CFLAGS}
13 > -LINK_LIB = ${CPP} -shared -mimpure-text
14 > -LINK = ${CPP} ${AOUT_FLAGS}
15 > +COMPILE = ${CXX} ${CPPFLAGS} ${CFLAGS}
16 > +LINK_LIB = ${CXX} -shared -mimpure-text
17 > +LINK = ${CXX} ${AOUT_FLAGS}
18 >
19 > is better than
20 >
21 > export LIBS="-lstdc++"
22 >
23 > because I could'n compile sun-j2sdk-1.4.1 with "export LIBS="-lstdc++""
24
25 I might agree with out there. I only added -lstdc++ as it was easier
26 than trying to find the above lines in the source.
27
28 I take it that my ebuild in portage didn't work for you?
29
30 I might consider swapping the patches around, mine were just a quick
31 hack.
32
33 But reading your patches I wonder how your openmotif compiles on a
34 standard gentoo system. Also the blocking of motif during the compile
35 has been fixed.
36
37 Also I found a cleaner was to fix the binary paths, set UNIXPATH to "".
38
39
40 So I will steal the ${CPP} -> ${CXX} part and keep the rest of the
41 patches.
42
43 Many thanks,
44
45 Stefan
46
47
48
49
50
51 --
52 gentoo-dev@g.o mailing list