in reply to Re: Re: Re: bootstrapping with microperl
in thread bootstrapping with microperl

Thanks rob_au. Here is another tip which might save some time for monks trying to get upx(the binary compressor) to work. If you have gcc3.2 on linux, it dosn't automatically switch to using g++, as do previous versions. So if your compile of upx fails with a message including " __gxx_personality_v0" you need to edit the Makefile to use CC=g++.
  • Comment on Re: Re: Re: Re: bootstrapping with microperl