bootstrapping icedtea with gcj 4.3
Lillian Angel
langel at redhat.com
Tue Oct 16 08:30:03 PDT 2007
CC'ing the list.
Lillian Angel wrote:
> Hi,
>
> Bernhard Rosenkraenzer wrote:
>> On Tuesday 16 October 2007, you wrote:
>> Hi,
>>
>> [...]
>>>> ../../../src/share/classes/com/sun/jmx/remote/internal/ProxyInputStream.j
>>>>
>>>> ava:39: package org.omg.CORBA_2_3.portable does not exist
>>> No, CORBA is included already. This should not be failing. How are you
>>> configuring IcedTea?
>>
>> Simply
>>
>> ./configure --with-openjdk-src-zip=
>> --with-icedtea-home=/usr/java/icedtea1.3
>>
>> (where /usr/java/icedtea1.3 is the result of
>>
>> cp -a openjdk/control/build/linux-i586 /usr/java/icedtea1.3
>> ln -s j2re-image /usr/java/icedtea1.3/jre
>> ln -s j2sdk-image /usr/java/icedtea1.3/jdk)
>
> This does not look right.
> If you want to link it this way, --with-icedtea-home should be
> /usr/java/icedtea1.3/jdk
>
>>
>> Strangely enough, the classes do seem to be there:
>>
>> jar tf /usr/java/icedtea1.3/jre/lib/rt.jar |grep
>> org/omg/CORBA_2_3/portable
>> org/omg/CORBA_2_3/portable/Delegate.class
>> org/omg/CORBA_2_3/portable/InputStream.class
>> org/omg/CORBA_2_3/portable/ObjectImpl.class
>> org/omg/CORBA_2_3/portable/OutputStream.class
>>
>> Probably some classpath somewhere isn't being set correctly...
>
>
> Let me know if that helps,
> Lillian
>
More information about the distro-pkg-dev
mailing list