[UNIX][VM][Mac] Can't run Squeak-3.5-1devel VM under Mac OS/X

Ned Konz ned at bike-nomad.com
Mon Mar 31 17:06:09 UTC 2003


On Sunday 30 March 2003 12:43 pm, Ned Konz wrote:
> A couple of problems with Ian's latest Squeak-3.5-1devel sources
> and the Mac (using MacOS/X 10.2.4, Apple's December 2002 Developer
> tools):

And I also got the same behavior with the pre-built 
powerpc-apple-darwin6.4 version downloaded from his web site (after I 
installed libiconv, which I didn't have to do for the version that I 
compiled myself, for some reason (glibc differences?)).

> * I get a "bus error" when compiling the ObjectiveC plugin. So I
> commented it out. (hope I don't need it).
>
> * I can't run the resultant Squeak. I get a complaint (after
> installing it; the library path is compiled in):
[snip]

> dyld: /usr/local/bin/squeak Undefined symbols:
> _aioPoll
> Trace/BPT trap

aio.c is being compiled, and aio.o is being stuck into the vm.a 
library, which is being provided to the command line that builds the 
squeak executable. However, the resultant executable doesn't define 
that symbol. 

Hmm... ran config again; this time I have a link problem with the 
OpenGL stuff.

I had to add
-framework OpenGL
to get it to link.

After I did, I still have the undefined symbol _aioPoll.

I've attached a make log (before I added OpenGL), and my config.

Thanks,
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: squeak.log.gz
Type: application/x-gzip
Size: 4433 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030331/d944130a/squeak.log.bin


More information about the Squeak-dev mailing list