Hmmm... let me do a little more testing. I re-compiled the simple app with FBtoC 1.0.5 and it worked. MacWise is still crashing. Rich On Feb 24, 2008, at 6:48 AM, Rich Love wrote: > The documentation in FBtoC says that you need OS X 10.3.9 or later. > Does that mean that compiled apps need 10.3.9 or later (or is that > just a requirement for FBtoC to compile the app) ? > > I am trying to run a compiled app on a Powerbook G3 with OS X 10.2.8 > and it crashes. > The crash dump report says > can't open library: /usr/lib/libgcc_s.1.dylib (No such file or > directory, errno = 2) > > It does not matter if it is compiled as a universal app or as PowerPC. > Even a simple app like this fails: > window 1 > do > handleevents > delay 10 > if mouse(0) <> 0 then print MOUSE(_horz),mouse(_lastmhorz) > until gFBQuit > > > > Rich > > -- > To unsubscribe, send ANY message to: futurebasic-unsubscribe@... >