> can't open library:
> /Users/keithwiley/Programming/YetAnotherTetris/build/YetAnotherTetris.build/Ye
> tAnotherTetris.build/Objects-normal/ppc/libstdc++_ZeroLink.dylib
> (No such file or directory, errno = 2)
You are building the Development build style, which is intended for, well,
development. If you want a binary you can distribute, change the build style to
Deployment.
hth
Ben

Signature
If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>
I changed my name: <http://periodic-kingdom.org/People/NameChange.php>
Simon Slavin - 19 Aug 2005 22:33 GMT
On 17/08/2005, Ben Artin wrote in message <macdev-
44B240.13195117082005@pbdl.news.astraweb.com>:
> > can't open library:
> > /Users/keithwiley/Programming/YetAnotherTetris/build/YetAnotherTetris.b
[quoted text clipped - 5 lines]
> well, development. If you want a binary you can distribute, change the
> build style to Deployment.
Note that in projects created under Xcode 2 and 10.4, these two styles are
renamed 'Debug' and 'Release'.
The basic idea is that while you're developing/debugging your project the
compiler uses 'zero link'. This saves the time-consuming linking process
by linking while the application is running. But it can only work if
you compile and run on the same computer with the same setup, so when you
change almost anything you have to switch to the other style, which makes
an application which is properly linked to any libraries.
Simon.

Signature
Using pre-release version of newsreader.
Please tell me if it does weird things.