Scott Alfter - 2003-11-13

Logged In: YES
user_id=145671

Rebuilding from source didn't fix the problem. For some
reason, though, it doesn't pop up if arm-palmos-g++ is used
only to generate object files...combining the object files
into an executable with arm-palmos-gcc will work.

Now, though, I'm running into a problem with a missing
libnoexcept.a, which is needed for any code that uses new
and delete (which is nearly any non-trivial piece of C++).
Why are these getting built for 68K, but not ARM?