I deleted all the *.o and *.a files from the build tree.
 
I received LOTS of errors, of the 'undefined reference' variety.
 
Ultimately failed with "
sqUnixX11.lo:(.data.rel+0x110): undefined reference to `shortImageName'
collect2: ld returned 1 exit status
".
 
Rob

From: Andreas Wacknitz
Sent: Friday, July 16, 2010 6:06 AM
To: Squeak Virtual Machine Development Discussion
Subject: Re: [Vm-dev] Cog on linux



Am 16.07.2010 um 12:00 schrieb Rob Withers:

That's possible.  Unfortunately there is no 'clean' target for make.  I'll remove the .o files for vm.a by hand and retry it.
 
I don't have many experiences with the Cog branch but the "old" VM build system allows for a separate build folder and thus cleaning is very easily done by removing all files and subfolders. I haven't seen this for the Cog VM yet but I only compiled it once for my Mac and it went flawlessly.

Regards,
Andreas