help-octave
[Top][All Lists]
Advanced

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

Re: 2.1.31 on IRIX64


From: Ben Sapp
Subject: Re: 2.1.31 on IRIX64
Date: Thu, 16 Nov 2000 08:40:14 -0700

Daniel Heiserer wrote:
> 
> Hi,
> I had problems compiling 2.1.31 on IRIX64 using g++ 2.95.2
> 
> The problem was the file
> ./liboctave/oct-time.cc
> 
> using the file oct-time from 2.1.28 version 2.1.31 it compiled
> sucessfully.

If you add a -D_BSD_TYPES to the compile line on 2.1.31 it will compile
on IRIX64.  This problem also seems to be fixed in the current CVS.   

The line to compile it on my IRIX64 machine is this:  
c++ -c  -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -I../glob
-I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions
-fno-implicit-templates -D_BSD_TYPES -g -O2 -Wall oct-time.cc -o
oct-time.o

-- 
Ben Sapp                         Los Alamos National Laboratory
email: <mailto:address@hidden>   Phone: (505)667-3277
Fax:   (505)665-7920             URL:   http://www.neutrino.lanl.gov/
--



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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