help-octave
[Top][All Lists]
Advanced

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

octave


From: Gavin Nah
Subject: octave
Date: Mon, 25 Sep 1995 13:43:59 +1200 (NZST)

Hello, there.

I'm trying to install octave on the solaris 2.3.

Unfortunately, I get an error like this,

c++ -c  -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H  
-fno-implicit-templates  -g -O tc-rep-ass.cc

So, I had to do as below manually to solve the problem.

c++ -c -Wa,-q -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H  
-fno-implicit-templates  -g -O tc-rep-ass.cc

But, I'd like to know how I can make the gmake to recognize the option

'-Wa,-q'.

Can you tell me how ?

Thanks in advance,

Gavin

============================
Gavin Nah
Unix Programmer
Tamaki Computer Centre
University of Auckland
email : address@hidden
Tel : 373-7599 ext)6842
============================

reply via email to

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