Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Apr 2006 11:15:21 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        freebsd-ports@freebsd.org,  gerald@FreeBSD.org
Subject:   lang/gcc41 - libjava report - install report
Message-ID:  <4438D0A9.20409@gmx.de>

next in thread | raw e-mail | index | archive | help
libjava:

Since the latest update to the port gcc41 builds and installs fine with
libjava. All "virtual memory exhausted" messages disappeared. Running
make with the '-i' flag is no longer necessary.

install:
Since the build tools on my system have also been build with gcc41
installing is a little bit tricky. I have to run pkg_deinstall with the
'-P' flag to keep the libs around and remove them after a successful
installation. The 'fastjar-jartool' actually depends on the gcc41
binary, but doesn't look for it in the build folder. However the workaround

# cd /usr/local/bin
# ln -s /usb/bin/gcc gcc41

works as well and practically gets overwritten during the gcc41 install.
However this issue with fastjar-jartool should be addressed before the lines

# FIXME: As of 20051202, installing libgcj nearly kills 1GB machines.
WITHOUT_JAVA=  yes

get officially removed from the Makefile.

I hope my little feedback was helpful.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4438D0A9.20409>