I think I have hit some problems you have seen before and I was wondering if you could outline needs to be done to fix them.
I am trying to make a fink package of pysces and I am hitting an error when I start getting a bunch of undefined python symbols. I see this described on the macpython list but I didn't see a solution posted. Giving up on that for the time being, I switched to a FEM engine that I am also trying to package and I am getting this notorious -lcc_dynamic error. I can always provide error logs if you think they would help. I am not sure if the two problems are related exactly but I think they both have something to do with the variety of gcc and python versions on Mac OS X systems and the various different ways some of the numerical packages have been built. Any insight you have on these issues would be greatly appreciated. Cheers, -Morgan On 8/14/05, Morgan Hough <[EMAIL PROTECTED]> wrote: > Thanks. I switched to gcc 3.3 and everything worked fine. > > Cheers, > > -Morgan > > On 8/13/05, Martin Costabel <[EMAIL PROTECTED]> wrote: > > 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
