GCJ The GNU Compiler for the Java

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

GCJ The GNU Compiler for the Java

#1 Post by Dingo »

Woof Woof! (I'm baack!)

since pdftk (version 1.43) with bugfixes and two new features is just out

http://www.pdflabs.com/docs/pdftk-version-history/

I'm trying to build for puppy 3.01 and 4 series

I need GCJ
http://gcc.gnu.org/java/
http://www.pdflabs.com/docs/build-pdftk/

is, this already packaged?

thanks for any help
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

I had it working on p412, after downloading it already compiled. I'll need to hunt around to locate where I got it from.

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#3 Post by Dingo »

meanwhile another pdftk version has been released (1.44) with new exciting features

gjc-4.4.4 is needed
- ftp://gd.tuwien.ac.at/gnu/gcc/releases/gcc-4.4.4

I tried to build from source but it returns several errors about missing dependencies

it is a pity that we cannot compile pdftk in puppy linux
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

GCJ

#4 Post by emil »

Hello Dingo,

I looked up the gcj I did in spring. Unfortunatly this is not the required version 4.4.4 just 4.2.2 in "alpha" quality, I had not removed any stuff and no Compile Optimisations, so the pet is huge (70 MB).

Download gcj-422-all-i486.pet

Cookbook (based on http://gcc.gnu.org/java/build-snapshot.html):
I made this on Puppy 431with devx_431.sfs.

Code: Select all

# go to build partition
cd /mnt/home
# download complete source to directory /mnt/home/gcc422
svn co svn://gcc.gnu.org/svn/gcc/tags/gcc_4_2_2_release gcc422
# make a build directory
mkdir gcj-422
cd gcj-422
mkdir build
cd build
# run configure script
../../gcc422/configure --enable-threads=posix --prefix=/usr  --enable-shared --enable-languages=java
# make (Important: additional bootstrap step!!!)
make bootstrap   #  make BOOT_CFLAGS='-O' bootstrap  would be without debugging info 
make
# create the pet package -  no dev, doc and lang removed
new2dir make install
maybe it helps with building gcj4.4.4
Emil

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#5 Post by Dingo »

Many thanks, Emil, I'll give a try
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

#6 Post by scsijon »

Dingo, how did you go?

Have an interest for a java WM

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#7 Post by Dingo »

no luck in compiling pdftk 1.44 too many missing dependencies
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

Post Reply