Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2010 21:57:52 -0400
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        =?ISO-8859-1?Q?Jouko=5FLumij=3Fvi?= <jlumijar@sun3.oulu.fi>, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>, FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5
Message-ID:  <4BC7C420.8070802@FreeBSD.org>
In-Reply-To: <alpine.LSU.1.99.1004152153060.24624@acrux.dbai.tuwien.ac.at>
References:  <4BC3E384.2090702@FreeBSD.org> <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> <4BC4B44C.60006@FreeBSD.org> <alpine.LSU.1.99.1004152153060.24624@acrux.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gerald Pfeifer wrote:
> On Tue, 13 Apr 2010, Greg Larkin wrote:
>> Ok, I see why there's a problem now.  My linker hints were set up in
>> such a way that /usr/local/lib/gcc45 appeared before /usr/lib, so I
>> didn't have the libstdc++.so.6 problem.  However, that's not a normal
>> configuration, so we have to fix this another way.
>>
>> Gerald, you ran into this problem a while back and posted a question
>> about it here:
>> http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23261.html
>>
>> There are some other folks with the same problem here (old thread):
>> http://gcc.gnu.org/ml/gcc/2001-03/msg01069.html
>>
>> Did you ever decide on a resolution for this problem?  Should I simply
>> create a wrapper script for pdftk that sets LD_LIBRARY_PATH, or is the
>> rpath solution better?
> 
> The way I have addressed this for C, C++ and from what I can tell all
> relevant Fortran users of USE_GCC= is by setting the following
> 
>  CFLAGS+=                -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}
>  LDFLAGS+=               -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}
> 
> in Mk/bsd.gcc.mk.  
> 
> Apparently pdftk does not use LDFLAGS (and it not using CFLAGS for Java
> code is somewhat expected).  Is there some similar variable we could set
> for Java code?  JFLAG, JAVAFLAGS,...?  Or could you inject the use of
> CFLAGS or LDFLAGS during linking?
> 
> Gerald

Hi Gerald,

Thank you for that pointer, and I'll have a look at the pdftk build
process and see if I can do something equivalent during the compile and
link phases.

If I can get that work, then perhaps the gcc45+gcj patch will be ready
to commit and we can leave gcc42+gcj behind!

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLx8Qg0sRouByUApARAotDAKCYyKTnHJO9zJxkkhYyOO1T2F2gCQCeMywi
YS0b3mvOj2ZKphjdqmqVtoE=
=41Ip
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BC7C420.8070802>