[Fink-users] llvm-gcc42 buid failure

2015-05-11 Thread Remi Mommsen
Hi, while building xmkmf which is needed by the cernlib package, lvm-gcc42 fails to build (on 10.9 with a non-standard fink prefix '/opt/fink'): # hardcode install name for libllvmgcc.dylib install_name_tool -id

Re: [Fink-users] llvm-gcc42 buid failure

2015-05-11 Thread Remi Mommsen
Hi Jack, thanks for the quick fix. The version in CVS works fine for me. Remi On 11 May 2015, at 07:09 pm, Jack Howarth howarth.at.f...@gmail.com wrote: Remi, Looks like it needs to be... perl -pi -e 's|-install_name|-Wl,-headerpad_max_install_names -install_name|g'

Re: [Fink-users] llvm-gcc42 buid failure

2015-05-11 Thread Jack Howarth
Remi, The install path name length is being exceeded in your case. Try adding perl -pi -e 's|-install_name|-headerpad_max_install_names -install_name|g' %b/gcc/Makefile.in to the end of the PatchScript in llvm-gcc42-10.9.info in your case (which should work around your long path).

Re: [Fink-users] llvm-gcc42 buid failure

2015-05-11 Thread Jack Howarth
Remi, Looks like it needs to be... perl -pi -e 's|-install_name|-Wl,-headerpad_max_install_names -install_name|g' %b/gcc/Makefile.in Jack On Mon, May 11, 2015 at 12:37 PM, Jack Howarth howarth.at.f...@gmail.com wrote: Remi, The install path name length is being exceeded in