[kaffe] build no-awt no-sound
Dalibor Topic
robilad at kaffe.org
Mon Jan 31 08:56:39 PST 2005
Dalibor Topic wrote:
>> I have on more (not so important) problem I am facing lately (I can't
>> be positive about when it first appeared). I use the option:
>> --with-class-library-profile=allbutawt.profile
>>
>> ...and allbutawt.profile is a text file located at libraries/javalib
>> listing the classes I want to be included in rt.jar. But the build
>> system seems to ignore me, and ALL classes are compiled and included
>> in rt.jar. Even though during make I read:
>> ...
>> mkdir lib
>> if test "allbutawt.profile" = default; then \
>> /bin/sh ./rebuildLib @all.files; \
>> else \
>> /bin/sh ./rebuildLib @allbutawt.profile; \
>> fi
>> Compiling classes from @allbutawt.profile using jikes
>> +Pno-switchcheck +Pno-shadow +E -d
>> /home/u2/npapadop/build/kaffe-temp/libraries/javalib/lib
>>
>> BTW:
>> jikes version is 1.22
>> autoconf version is 2.59
>> automake version is 1.8.4
>>
>> and I do configure and make on a directory different from the one
>> kaffe sources are located (if this should be of concern).
Hi Nektarios,
I've looked into it, and using an absolute path for the profile name
worked for me.
Could you try passing
--with-class-library-profile=/path/to/kaffe/libraries/javalib/your.profile
to configure and report back if that works?
cheers,
dalibor topic
More information about the kaffe
mailing list