(UPDATE) Trouble compiling releases of the day on 64-bit ubuntu

View: New views
2 Messages — Rating Filter:   Alert me  

(UPDATE) Trouble compiling releases of the day on 64-bit ubuntu

by Zack Brannigan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi:

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's the error message:
==================================================================
make[2]: *** [list.c_date] Error 1
make[2]: Leaving directory `/home/hsdl/src/mercury/again/mercury-compiler-rotd-2009-11-01/install_grade_dir.none.gc.decldebug/library'
To clean up from failed install, remove /home/hsdl/src/mercury/again/mercury-compiler-rotd-2009-11-01/install_grade_dir.none.gc.decldebug
make[1]: *** [install_grades] Error 1
make[1]: Leaving directory `/home/hsdl/src/mercury/again/mercury-compiler-rotd-2009-11-01'
make: *** [install] Error 2
==================================================================


Thanks for any help.

-- Zach


Re: (UPDATE) Trouble compiling releases of the day on 64-bit ubuntu

by Peter Ross-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 12:04 PM, Zack Brannigan <srwences123@...> 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@...
Administrative Queries: owner-mercury-users@...
Subscriptions:          mercury-users-request@...
--------------------------------------------------------------------------