help-octave
[Top][All Lists]
Advanced

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

Re: octave


From: Vinayak Dutt
Subject: Re: octave
Date: Mon, 25 Sep 95 07:42:27 CDT

# 
# 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 ?
# 

Looks like you arec ompiling with SUNpro CC and C++ compilers. As of now the 
configuration scripts for
Octave are made only to work with gcc and g++ compilers. Infact it requires 
libg++ also. So better try
to compile with gcc. 


--vinayak-
/*
 * vinayak dutt
 * ex-graduate student, ultrasound research
 * mayo graduate school, rochester mn
 *
 * e-mail: address@hidden
 *         address@hidden
 *         address@hidden
 *
 */
#include "disclaimer.h"


reply via email to

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