Morgan Hough wrote:
I can't build scientificpython-py23 on my Tiger system. I see from the
archives that others have had this problem but I didn't see a
resolution to it. Do I need to rebuild g77 or something? Should I
email the maintainer at this point? Thanks in advance.

AFAICT the maintainer doesn't have Tiger yet, so he can't test fixes for this. Right now, until this gets fixed, your best bet is to run

  sudo gcc_select 3.3
  fink install scientificpython-py23
  sudo gcc_select 4.0

The problem came up in several packages that use "gcc" instead of "g++" for linking C++ code. This is one case that does not work (without serious patches) with the current compiler trickery in the 10.4-transitional tree.

--
Martin



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to