RE: Illegal Instruction (Norm Green)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Mon, 2007-07-09 at 12:37 -0700, Heidi Zhou wrote:
Norm,
Thank you for the help.
Your suggestion works! Now, I extend my test program to generate a dynamic library. However, when I use g++ to link, I got the following error
$ g++ -g -Wall -dylib bin_osx/osServDarwin.o
Not -dylib, -dynamiclib. You probably want to set the install_name with -install_name too. Peter _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Peter O'Gorman