help-octave
[Top][All Lists]
Advanced

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

Octave 3.4.0 32-bit PCLinuxOS compilation problem


From: Igor
Subject: Octave 3.4.0 32-bit PCLinuxOS compilation problem
Date: Fri, 15 Apr 2011 00:51:22 -0700 (PDT)

Hello all,

I have a problem with Octave 3.4.0 compilation. 
./configure works OK.
1st of all, it doesn´t compile with fltk 1.1.10, (fltk 2 is not visible to
./configure, so I assume only 1.1 can work).  With fltk make produces:

libtool: link: (cd "DLD-FUNCTIONS/.libs" && rm -f "__dsearchn__.so.0" && ln
-s "__dsearchn__.so.0.0.0" "__dsearchn__.so.0")
libtool: link: (cd "DLD-FUNCTIONS/.libs" && rm -f "__dsearchn__.so" && ln -s
"__dsearchn__.so.0.0.0" "__dsearchn__.so")
libtool: link: ( cd "DLD-FUNCTIONS/.libs" && rm -f "__dsearchn__.la" && ln
-s "../__dsearchn__.la" "__dsearchn__.la" )
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
-I../libgnu -I../libgnu -I../libcruft/misc -I../liboctave -I../liboctave -I.
-I.  -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586
-mtune=generic -fasynchronous-unwind-tables   -g -O2  -DHAVE_CONFIG_H
-mieee-fp  -I/usr/include/freetype2   -Wall -W -Wshadow -Wold-style-cast
-Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2
-pthread -g -O2 -MT
DLD-FUNCTIONS/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.lo -MD
-MP -MF
DLD-FUNCTIONS/.deps/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.Tpo
-c -o
DLD-FUNCTIONS/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.lo
`test -f 'DLD-FUNCTIONS/__fltk_uigetfile__.cc' || echo
'./'`DLD-FUNCTIONS/__fltk_uigetfile__.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../libgnu -I../libgnu
-I../libcruft/misc -I../liboctave -I../liboctave -I. -I. -O2 -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -g -O2 -DHAVE_CONFIG_H -mieee-fp
-I/usr/include/freetype2 -Wall -W -Wshadow -Wold-style-cast -Wformat
-Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -pthread -g
-O2 -MT
DLD-FUNCTIONS/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.lo -MD
-MP -MF
DLD-FUNCTIONS/.deps/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.Tpo
-c DLD-FUNCTIONS/__fltk_uigetfile__.cc  -fPIC -DPIC -o
DLD-FUNCTIONS/.libs/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.o
DLD-FUNCTIONS/__fltk_uigetfile__.cc:30:32: fatal error:
Fl/Fl_File_Chooser.H: No such file or directory
compilation terminated.
make[3]: ***
[DLD-FUNCTIONS/DLD_FUNCTIONS___fltk_uigetfile___la-__fltk_uigetfile__.lo]
Error 1
make[3]: Leaving directory `/home/igi/Downloads/octave-3.4.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/igi/Downloads/octave-3.4.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/igi/Downloads/octave-3.4.0'
make: *** [all] Error 2



 

When I turn off fltk, make produces:








make[4]: Entering directory
`/home/igi/Downloads/octave-3.4.0/doc/interpreter'
make[4]: `munge-texi' is up to date.
make[4]: Leaving directory
`/home/igi/Downloads/octave-3.4.0/doc/interpreter'
./munge-texi ../.. ../../scripts/DOCSTRINGS ../../src/DOCSTRINGS < var.txi >
var.texi-t
mv var.texi-t var.texi
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /home/igi/Downloads/octave-3.4.0/build-aux/missing --run
makeinfo --version) >/dev/null 2>&1; then \
          for f in octave.info octave.info-[0-9] octave.info-[0-9][0-9]
octave.i[0-9] octave.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /home/igi/Downloads/octave-3.4.0/build-aux/missing --run
makeinfo   -I . \
         -o octave.info octave.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./octave.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
../../run-octave -f -q -H ./mk_doc_cache.m doc-cache
../../scripts/DOCSTRINGS ../../src/DOCSTRINGS || { rm -f doc-cache; exit 1;
}
fatal: lo_ieee_init: floating point format is not IEEE!  Maybe DLAMCH is
miscompiled, or you are using some strange system without IEEE floating
point math?


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-4-0-32-bit-PCLinuxOS-compilation-problem-tp3451503p3451503.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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