[mercury-users] (UPDATE) Trouble compiling releases of the day on 64-bit ubuntu

Peter Ross pdross at gmail.com
Thu Nov 5 12:20:59 AEDT 2009


On Thu, Nov 5, 2009 at 12:04 PM, Zack Brannigan <srwences123 at yahoo.com> wrote:
>
> After I sent out the previous email, I saw the email here http://www.mercury.csse.unimelb.edu.au/mailing-lists/mercury-users/mercury-users.200811/0023.html
>
> But I still get compilation errors (included at the end of this email).
>
> My configuration is Ubuntu 8.10 (Intrepid) on 64-bit Intel, gcc 4.3.2.
> These are my build instructions
> ==================================================================
> ./configure --prefix=/home/hsdl/apps/mercury_again5   --with-llds-base-grade=none  --with-default-grade=hlc.gc
>
> time make
>
> time make install

Here is how I install on my dual core machine running ubuntu 8.04 and 9.04

sudo apt-get install gcc3.4
CC=gcc-3.4 ./configure --prefix /home/hsdl/apps/mercury_again5
--disable-most-grades
make PARALLEL=-j2 install

Can you let us know if that works for you?

--------------------------------------------------------------------------
mercury-users mailing list
Post messages to:       mercury-users at csse.unimelb.edu.au
Administrative Queries: owner-mercury-users at csse.unimelb.edu.au
Subscriptions:          mercury-users-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the users mailing list