On 19 Aug 2008, at 09:50, Martin Dietze wrote: > I compiled and tried to run Melodie from the latest SVN today > (BTW, a recent SVN snapshot of llvm seems to be necessary to > compile SmalltalkKit).
Yes, that's what it says in the README file. If you read the svn log, you can find the exact version required. > When trying to run the application I get an immediate > segmentation fault. Below follow the last lines of my strace > output. Any idea? strace provides the system calls called. It is completely useless in this case. Please provide a stack backtrace from the crash. Also, please try running the Smalltalk examples with the st tool to see if they generate the same behaviour. Note: If you are trying to run this on a 64-bit platform you will need to regenerate MsgSendSmallInt.bc. This will require a build of clang installed. David _______________________________________________ Etoile-discuss mailing list Etoile-discuss@gna.org https://mail.gna.org/listinfo/etoile-discuss