octave-maintainers
[Top][All Lists]
Advanced

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

Re: The primary Mingw Octave 2.9.13 binary test


From: Tatsuro MATSUOKA
Subject: Re: The primary Mingw Octave 2.9.13 binary test
Date: Tue, 7 Aug 2007 16:24:09 +0900 (JST)

After I was successful of plotting, I have checked
mkoctfile.
First we cannot the complie and link by the genrated
mkoctfile script .  I correct it manually.  After that the
compile was successful.  However the ld itself seemed work
correctly but it occured the undefined reference errors.

**************
mkoctfile --verbose oregonator99.cc
g++ -c -I/mingw/include -I/MinGW/include/c++/3.4.2
-I/GnuWin32/include -I/usr/local/include
-I/usr/local/octave-2.9.13/include/octave-2.9.13
-I/usr/local/octave-2.9.13/include/octave-2.9.13
-I/usr/local/octave-2.9.13/include/octave-2.9.13/octave
-I/usr/local/octave-2.9.13/include -mieee-fp -g -O2
oregonator99.cc -o oregonator99.o


g++ -shared -Wl,--export-all-symbols
-Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc
-o oregonator99.oct oregonator99.o
-L/usr/local/octave-2.9.13/lib/octave-2.9.13
-L/usr/local/octave-2.9.13/lib
-L/usr/local/octave-2.9.13/lib/liboctinterp.dll.a
-L/usr/local/bin/liboctave.dll
-L/usr/local/bin/libcruft.dll -L/mingw/lib -L/GnuWin32/lib
-L/usr/local/bin -L/usr/local/octave-2.9.13/lib -lreadline
-ltermcap -lz -lm -lws2_32 -lkernel32
-Lc:/PROGRA~1/MinGW/lib
-LC:/PROGRA~1/msys/1.0/GnuWin32/lib
-LC:/PROGRA~1/msys/1.0/local/fftw-3.1.2
-Lc:/PROGRA~1/MinGW/bin/../lib/gcc/mingw32/3.4.2
-Lc:/PROGRA~1/MinGW/bin/../lib/gcc
-Lc:/PROGRA~1/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../mingw32/lib
-Lc:/PROGRA~1/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../..
-lz -lm -lfrtbegin -lg2c -lmingw32 -lmoldname -lmingwex
-lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32
oregonator99.o: In function
`ZSt26__uninitialized_fill_n_auxIP12octave_valuejS0_ET_S2_T0_RKT1_12__false_type':c:/PROGRA~1/MinGW/include/c++/3.4.2/bits/stl_uninitialized.h:200:
undefined reference to `check_version(std::string const&,
std::string const&)'
     :
     :
     :


In make process, the octfiles was generated normally.
So I will do the redirect the make log and serch the
origin.   


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

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