Author |
Message |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Thu 07 Oct 2010, 20:40 Post subject:
GCJ The GNU Compiler for the Java |
|
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
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Thu 07 Oct 2010, 23:23 Post subject:
|
|
I had it working on p412, after downloading it already compiled. I'll need to hunt around to locate where I got it from.
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Sat 06 Nov 2010, 08:41 Post subject:
|
|
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
|
Back to top
|
|
 |
emil
Joined: 10 Nov 2009 Posts: 630 Location: Austria
|
Posted: Wed 10 Nov 2010, 10:50 Post subject:
GCJ Subject description: compiled from source |
|
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: | # 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
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Wed 10 Nov 2010, 12:05 Post subject:
|
|
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
|
Back to top
|
|
 |
scsijon
Joined: 23 May 2007 Posts: 1311 Location: the australian mallee
|
Posted: Fri 25 Mar 2011, 20:15 Post subject:
|
|
Dingo, how did you go?
Have an interest for a java WM
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Wed 30 Mar 2011, 08:14 Post subject:
|
|
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
|
Back to top
|
|
 |
|