[Fink-users] fink install gdl -- Failed: phase compiling: glitz-0.5.6-3 failed

2012-12-05 Thread René Heller
Dear Fink users, on my way to an installation of GDL (via fink install gdl), I obtain this error message to which I did not find any solution neither in the FAQ help nor in any forum. Your help will be very much appreciated. gcc -dynamiclib -o .libs/libglitz-glx.1.0.0.dylib

Re: [Fink-users] fink install gdl -- Failed: phase compiling: glitz-0.5.6-3 failed

2012-12-05 Thread Alexander Hansen
On 12/5/12 8:15 AM, René Heller wrote: Dear Fink users, on my way to an installation of GDL (via fink install gdl), I obtain this error message to which I did not find any solution neither in the FAQ help nor in any forum. Your help will be very much appreciated. gcc

Re: [Fink-users] fink install gdl -- Failed: phase compiling: glitz-0.5.6-3 failed

2012-12-05 Thread René Heller
Thanks, Alexander, for your quick reply! Meanwhile, I worked around this error, simply by using sudo port install gnudatalanguage Cheers! René On 05.12.2012, at 17:18, Alexander Hansen wrote: On 12/5/12 8:15 AM, René Heller wrote: Dear Fink users, on my way to

[Fink-users] Resend - CCP4 fails to install

2012-12-05 Thread Watson, David W. (MSFC-ES62)
Installing ccp4 fails with the following: cd $CLIB/libccp4 gfortran -m64 -fno-second-underscore -O2 -fno-second-underscore -L$CLIB -o data/fontpack data/fontpack.o -lccp4f -lccp4c Undefined symbols: __gfortran_transfer_array_write, referenced from: _MAIN__ in fontpack.o

Re: [Fink-users] Resend - CCP4 fails to install

2012-12-05 Thread Alexander Hansen
On 12/5/12 10:19 AM, Watson, David W. (MSFC-ES62) wrote: Installing ccp4 fails with the following: cd $CLIB/libccp4 gfortran -m64 -fno-second-underscore -O2 -fno-second-underscore -L$CLIB -o data/fontpack data/fontpack.o -lccp4f -lccp4c Undefined symbols:

Re: [Fink-users] fink install gdl -- Failed: phase compiling: glitz-0.5.6-3 failed

2012-12-05 Thread Alexander Hansen
On 12/5/12 9:35 AM, René Heller wrote: Thanks, Alexander, for your quick reply! Meanwhile, I worked around this error, simply by using sudo port install gnudatalanguage Cheers! René I'd recommend that you stick with Macports if you don't change your X11. Fink does NOT support

Re: [Fink-users] Failed: phase compiling: image-oct360-2.0.0-1 failed

2012-12-05 Thread Alexander Hansen
On 12/4/12 7:16 PM, Alexander Hansen wrote: On 12/4/12 4:07 PM, Dominique Dhumieres wrote: I'll probably have to force it to use gcc47 (until gcc48 is in Fink) I have not been successful with gcc48;-(what is the way to use gcc47?). Dominique It depends on the package--often I have to

Re: [Fink-users] Resend - CCP4 fails to install

2012-12-05 Thread Watson, David W. (MSFC-ES62)
/sw/bin/gfortran, which links to /sw/lib/gcc4.7/bin/gfortran-fsf-4.7, but it failed with earlier versions, too. On 12/5/12 11:50 AM, Alexander Hansen alexanderk.han...@gmail.com wrote: On 12/5/12 10:19 AM, Watson, David W. (MSFC-ES62) wrote: Installing ccp4 fails with the following:

Re: [Fink-users] Resend - CCP4 fails to install

2012-12-05 Thread Alexander Hansen
The missing symbols should have been defined in one of the libraries from gcc47-shlibs: $ dpkg -L gcc47-shlibs | grep dylib | xargs nm -o | grep gfortran_transfer_array_write /sw/lib/gcc4.7/lib/i386/libgfortran.3.dylib: 000ac320 T __gfortran_transfer_array_write