Stepan Mishura wrote: > Thanks for the reminding about awt libraries - I forgot about them. My > understanding that we can configure compiler to use required library > via LD_LIBRARY_PATH. Say > $export LD_LIBRARY_PATH=/mydir:$LD_LIBRARY_PATH > $ls -l /mydir > libstdc++.so -> required lib > libstdc++.a -> required archive > > I think also it might be necessary to build awt libraries (jpeg, lcms > and png) with required libstdc++.so and place them to > classlib/depends/libs/build dir.
Now you know why packaging projects exist :-) Good luck. Regards, Tim
