Howto re-compile ony parts?

Clemens Eisserer linuxhippy at gmail.com
Sat May 10 17:05:50 UTC 2008


Hi,

> Not sure why you want to override ALT_JDK_IMPORT_PATH. I do not think this
> is needed
> but i am not sure if it can do any harm.
>
> I think you may need to set ALT_OUTPUTDIR to
>  $YOUR_OPENJDK_WS/build/linux-i586.
> Otherwise partial make runs from jdk subdirectory will actually use
> $YOUR_OPENJDK_WS/jdk/build/linux-i586 and obviously full build is not there.
Thanks for the hint.
It seems everything compiles fine now, however when it comes to
linking ld complains it cannot find "-lawt":

build/linux-i586/lib/i386 -Wl,-soname=libmawt.so   -lXtst -lXi  -ljava
-L/home/ce/OpenJDK7/build/linux-i586/lib/i386/server -ljvm -lc
/usr/bin/ld: cannot find -lawt
collect2: ld gab 1 als Ende-Status zurück
make: *** [/home/ce/OpenJDK7/build/linux-i586/lib/i386/xawt/libmawt.so] Fehler 1

However getting this to work is really low priority ;)

> I have not looked into unresolved function issue in detail. Just a wild
> guess - have you added new function to
> mapfile in the xawt make directory?
Thank you many many times for this, I don't know how long further I
would have searched without this information.
What is this file good for and how is it used during the build?

Thanks a lot, lg Clemens


More information about the build-dev mailing list