Re: GCC/GCJ and pdftk

2009-06-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: bf wrote: However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when WITHOUT_JAVA in the GCC Makefile is set to no or commented out. So, I compiled GCC with gcj support without a problem, and Oh yes,

Re: GCC/GCJ and pdftk

2009-06-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Joe Auty wrote: bf wrote: However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when WITHOUT_JAVA in the GCC Makefile is set to no or commented out. So, I compiled GCC with gcj support without a

GCC/GCJ and pdftk

2009-06-05 Thread Joe Auty
Hello, I'm a little confused. I need pdftk to compile on an amd64 system, and see in the pdftk Makefile the following: # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when

Re: GCC/GCJ and pdftk

2009-06-05 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Auty wrote: Hello, I'm a little confused. I need pdftk to compile on an amd64 system, and see in the pdftk Makefile the following: # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 However, I've also read

GCC/GCJ and pdftk

2009-06-05 Thread Joe Auty
Hello, I'm a little confused. I need pdftk to compile on an amd64 system, and see in the pdftk Makefile the following: # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when

Re: GCC/GCJ and pdftk

2009-06-05 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Larkin wrote: Joe Auty wrote: Hello, I'm a little confused. I need pdftk to compile on an amd64 system, and see in the pdftk Makefile the following: # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64

Re: GCC/GCJ and pdftk

2009-06-05 Thread bf
I need pdftk to compile on an amd64 system, and see in the pdftk Makefile the following: # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 NOT_FOR_ARCHS is _usually_ there for a reason. In this case, it's because the lang/gcc4* maintainer hasn't devised a way

Re: GCC/GCJ and pdftk

2009-06-05 Thread Joe Auty
bf wrote: However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when WITHOUT_JAVA in the GCC Makefile is set to no or commented out. So, I compiled GCC with gcj support without a problem, and Oh yes, did you? Really? How? Better look again. Yes, I did: $

Re: GCC/GCJ and pdftk

2009-06-05 Thread Joe Auty
Joe Auty wrote: bf wrote: However, I've also read in the pdftk port logs that gcj is included in GCC 3.4+ when WITHOUT_JAVA in the GCC Makefile is set to no or commented out. So, I compiled GCC with gcj support without a problem, and Oh yes, did you? Really? How? Better look again.

Re: GCC/GCJ and pdftk

2009-06-05 Thread bf
--- On Fri, 6/5/09, Joe Auty j...@netmusician.org wrote: From: Joe Auty j...@netmusician.org Subject: Re: GCC/GCJ and pdftk To: bf bf20...@yahoo.com Cc: freebsd-questions@FreeBSD.org Date: Friday, June 5, 2009, 10:42 PM Joe Auty wrote: bf wrote: However, I've also read