Re: Darwin issues

2003-11-15 Thread Michael G Schwern
On Sat, Nov 15, 2003 at 10:29:41AM +0900, [EMAIL PROTECTED] wrote: > btw: > gcc (GCC) 3.1 20020420 (prerelease) > Mac OS version 10.2.8 (iBook 800Mhz G3, 512MB RAM) FWIW there's a newer gcc at connect.apple.com. Look for the "August gcc update" in Developer Tools. -- Michael G Schwern[

Re: Darwin issues

2003-11-14 Thread Jeff Clites
Hi Chris: I haven't had any problems such as this on Mac OS X--either 10.2.6 or 10.3. What is the contents of your "myconfig" file? Here is the contents of mine, for comparison: Summary of my parrot 0.0.13 configuration: configdate='Fri Nov 14 18:23:39 2003' Platform: osname=darwin, arc

Darwin issues

2003-11-14 Thread mooresan
Apple shipped a linker that doesn't work well with a lot of projects unless they recognize it. It requires that the link phase of any c/c++ compilation add a -lcc_dynamic flag. I was able to do a manual compilation of many things by adding that flag, but that gets to be tedious. When I was l