-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

(going back to the -devel list for additional suggestions)

Try the following:

edit /sw/var/lib/fink/path-prefix-10.6/compiler_wrapper as a super-user
(e.g. via "sudo nano /sw/var/lib/fink/path-prefix-10.6/compiler_wrapper"
and insert a couple of lines.  Change

export PATH="$newpath"
exec $compiler -arch i386 "$@"

to

export PATH="$newpath"
printenv PATH
$compiler --version
exec $compiler -arch i386 "$@"

then try to build djbfft again.  The extra lines will provide additional
diagnostic information.

- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3ZDnYACgkQB8UpO3rKjQ83SgCglVrj0HjWfG9cAvAlNNtlYBw6
Jz0AoJDmLn7Vs5hYOE1M9UKj7D+48rJi
=oEvR
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to