help-octave
[Top][All Lists]
Advanced

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

Error In Compiling octave-2.0.6 On Linux Platform


From: John W. Eaton
Subject: Error In Compiling octave-2.0.6 On Linux Platform
Date: Thu, 5 Jun 1997 11:09:06 -0500

On  5-Jun-1997, Habibie Sumargo <address@hidden> wrote:

| I have just downloaded a copy of the latest release of octave-2.0.6 and
| tried to compile it on my Dell Dimension XPS P133c running with RedHat-4.2
| Linux OS to no avail.  The following is the error messages that I got:
| 
|    gcc -c  -I. -I../.. -I../../liboctave -I../../src -I../../glob
|    -I../../libcruft/misc  -DHAVE_CONFIG_H -mieee-fp -Wcast-align 
|    -Wcast-qual -Wid-clash-31-Winline -Wmissing-prototypes -Wnested-externs 
|    -Wpointer-arith-Wstrict-prototypes -Wwrite-strings -g -O2 -Wall dostop.c
|    dostop.c:47: warning: no previous prototype for `dostop_'
|    c++ -c  -I. -I../.. -I../../liboctave -I../../src -I../../glob
|    -I../../libcruft/misc  -DHAVE_CONFIG_H  -fno-implicit-templates -mieee-fp 
|    -Wcast-align-Wcast-qual -Wid-clash-31  -Winline -Wmissing-prototypes 
|    -Wnested-externs-Wpointer-arith  -Wstrict-prototypes -Wwrite-strings 
|    -Wenum-clash -fno-nonnull-objects -g -O2 -Wall f77-extern.cc
|    cc1plus: Invalid option `-Wenum-clash'
|    make[3]: *** [f77-extern.o] Error 1
|    rm xstopx.c d1mach.c i1mach.c
|    make[3]: Leaving directory
|    `/home/local/PEOPLE/admin/habibie/work/octave-2.0.6/libcruft/misc'
|    make[2]: *** [misc] Error 2
|    make[2]: Leaving directory
|    `/home/local/PEOPLE/admin/habibie/work/octave-2.0.6/libcruft'
|    make[1]: *** [libcruft] Error 2
|    make[1]: Leaving directory
|    `/home/local/PEOPLE/admin/habibie/work/octave-2.0.6'
|    make: *** [all] Error 2
| 
| Please kindly help me.  Thank you.

It looks like you configured with --enable-picky-flags.  Try
configuring without that option.  Then -Wenum-clash won't be added to
CXXFLAGS.

Or, if you really do want to use all those other picky options for
compiling, remove -Wenum-clash from the definition of CXXFLAGS in
Makeconf.

jwe


reply via email to

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