help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling octave-3.4.3


From: CdeMills
Subject: Re: Compiling octave-3.4.3
Date: Thu, 9 Feb 2012 02:01:04 -0800 (PST)

Bart Vandewoestyne-3 wrote
> 
> 
> Pascal, thanks... but there was no enclosed shell script attached to 
> your mail...
> 
> 

Sorry, here it is:
#! /bin/sh

env  LD_RUN_PATH=${HOME}/usr/lib CC=gcc-4.6 \
        PKG_CONFIG_PATH=${HOME}/usr/lib/pkgconfig \
        CPPFLAGS=-I${HOME}/usr/include LDFLAGS=-L${HOME}/usr/lib \
        CPP=cpp-4.6 CXX=g++-4.6 F77=gfortran-4.6 \
        CFLAGS="-O2 -ftree-vectorize" CXXFLAGS="-O2 -ftree-vectorize" \
        FFLAGS="-O2 -ftree-vectorize" $*

I have the same profile as yours, i.e. a stable linux installation, then
updated programs compiled by myself; everything is installed under
${HOME}/usr

Regards

Pascal

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Compiling-octave-3-4-3-tp4369652p4372362.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]