View Single Post
  #8  
Old 01-08-2010, 10:45 PM
DreamDemon
Fire Beetle
 
Join Date: Jan 2010
Location: Ohio
Posts: 2
Default

I had the same issue. With a couple of additions. This is on Ubunto 9.10 x64 server ( twin dual-core opteron HE's, 8g ecc ram and drives are 10k rpm u320 scsi in raid)

1. Had an issue where it was looking for gmake and there is no package for it. This command fixes that:
Code:
sudo ln -s /usr/bin/make /usr/bin/gmake
2. My compiler was puking in the same place. This was after changing the -march option to opteron ( same as k8, etc). the second stab at it I changed it to native. Changed the mime.cpp like suggested above and compiled with warnings only.

3. There are a TON of warnings. So far I dont know if it will pose an issue but at least the compile finished. I'll make a new thread if it bombs since it's compiled for x64.
Reply With Quote