Re: Problems linking a standalone Java Cocoa app
Re: Problems linking a standalone Java Cocoa app
- Subject: Re: Problems linking a standalone Java Cocoa app
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 3 Jun 2004 10:00:05 -0600
On Jun 3, 2004, at 9:29 AM, Vincent Coetzee wrote:
ld: can't locate file for: -lcrt1.o
...failed StandaloneExecutable.LinkUsingFileList
/Users/vincent/Development/dbusiness/test/build/test.app/Contents/
MacOS/test ...
I am running Java 1.4.2_03 with the dev kit for 1.4.2 installed and
XCode 1.1 on Panther 10.3.4
That error means that your computer doesn't have the C runtime object
installed for some reason. It's supposed to be in /usr/lib. Try
upgrading to Xcode 1.2; hopefully that will install the object.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.