Ticket #18581: shogun-build.txt

File shogun-build.txt, 194.0 KB (added by stromnov (Andrey Stromnov), 15 years ago)

build log

Line 
1localhost:~$ sudo port -v build py25-shogun
2--->  Fetching py25-shogun
3--->  Verifying checksum(s) for py25-shogun
4--->  Checksumming shogun-0.6.7.tar.bz2
5--->  Extracting py25-shogun
6--->  Extracting shogun-0.6.7.tar.bz2
7--->  Applying patches to py25-shogun
8--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-shogun/files/patch-src-configure.diff
9patching file configure
10--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-shogun/files/patch-src-lib-lapack.cpp.diff
11patching file lib/lapack.cpp
12--->  Configuring py25-shogun
13Running configure for SHOGUN version 0.6.7
14Enabling python interface
15Detected Operating System: Darwin
16Detected Host Architecture: i386
17Checking for C Compiler ... 4.0.1, ok
18Checking for C Compiler flags ...  -O2 -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce
19Checking for C++ Compiler ... 4.0.1, ok
20Checking for C++ Compiler flags ...  -O2 -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce
21Checking for makedepend ... /opt/local/bin/gcc-mp-4.3 -MM
22Checking for Python ... 2.5.4
23Checking for GNU Make ... GNU Make 3.81
24Checking for Doxygen ... doxygen not detected, for documentation please install
25Checking for CPU vendor ... GenuineIntel (6:15:11)
26Checking for CPU type ...  Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz
27Checking for GCC & CPU optimization abilities ... pentium-m
28Checking for xmmintrin.h ... yes
29Checking for mm3dnow.h ... yes
30Checking for Math support (-lm) ... yes
31Checking for Math powl() support ... no - resorting to pow()
32Checking for Math sqrtl() support ... no - resorting to sqrt()
33Checking for Math log2() support ... no - resorting to emulation()
34Checking for Posix threads support ... yes
35Checking for Mindy support ... no - never mind
36Checking for AMD ACML support ... no
37Checking for Intel MKL support ... no
38Checking for Atlas support ... no
39Checking for Vanilla lapack and blas support ... yes
40Checking for Python numpy support ... 1.2.1
41Checking for Python/Python Numpy Developer Files ... yes
42Checking for CPLEX support ... ./configure: line 2566: echo: write error: Broken pipe
43no
44Checking for GLPK ... yes
45Checking for lpsolve Developer Files ... yes
46
47SHOGUN was configured for python interface with the following
48configure options --prefix=/opt/local --disable-svm-light --interface=python --python=/opt/local/bin/python2.5 --libs=/opt/local/lib --includes=/opt/local/include --cxx=/opt/local/bin/g++-mp-4.3 --cc=/opt/local/bin/gcc-mp-4.3 --install-path=/opt/local --enable-readline --destdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-shogun/work/destroot
49
50type "make" now to compile
51
52--->  Building py25-shogun
53find . -mindepth 2 -name "*.c" -o -name "*.cpp" \
54        -exec /opt/local/bin/gcc-mp-4.3 -MM -DDARWIN -DHAVE_LAPACK -DHAVE_LAPACK -DHAVE_PYTHON -DUSE_GLPK -DUSE_LPSOLVE -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_TREEMEM -DUSE_BIGSTATES -DUSE_HMMCACHE -DGPL -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  {} -MT {}.o \; >.depend
55=================================
56==== Generating dependencies ====
57=================================
58find . -mindepth 2 -name "*.i" -o \
59                -name "*.h" -o -name "*.cpp" -o -name "*.cpp" | \
60                cut -c 3- | \
61                /opt/local/bin/python2.5 .generate_link_dependencies.py "_" "so" >>.depend
62test -f .depend && make
63CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o base/Parallel.cpp.o base/Parallel.cpp
64========================================================================================
65==== Building shogun for platform Darwin-i386 target sg.so
66==== opts: -fno-strict-aliasing -fPIC -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread
67========================================================================================
68
69CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o base/SGObject.cpp.o base/SGObject.cpp
70CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o base/Version.cpp.o base/Version.cpp
71CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/Classifier.cpp.o classifier/Classifier.cpp
72CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/KernelPerceptron.cpp.o classifier/KernelPerceptron.cpp
73CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/KNN.cpp.o classifier/KNN.cpp
74CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/LDA.cpp.o classifier/LDA.cpp
75CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/LinearClassifier.cpp.o classifier/LinearClassifier.cpp
76CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/LPBoost.cpp.o classifier/LPBoost.cpp
77CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/LPM.cpp.o classifier/LPM.cpp
78CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/Perceptron.cpp.o classifier/Perceptron.cpp
79CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/PluginEstimate.cpp.o classifier/PluginEstimate.cpp
80CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/SparseLinearClassifier.cpp.o classifier/SparseLinearClassifier.cpp
81CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/SubGradientLPM.cpp.o classifier/SubGradientLPM.cpp
82CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/CPLEXSVM.cpp.o classifier/svm/CPLEXSVM.cpp
83CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/gmnplib.cpp.o classifier/svm/gmnplib.cpp
84CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/GMNPSVM.cpp.o classifier/svm/GMNPSVM.cpp
85CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/gnpplib.cpp.o classifier/svm/gnpplib.cpp
86CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/GNPPSVM.cpp.o classifier/svm/GNPPSVM.cpp
87CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/GPBTSVM.cpp.o classifier/svm/GPBTSVM.cpp
88CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/gpdt.cpp.o classifier/svm/gpdt.cpp
89CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/gpdtsolve.cpp.o classifier/svm/gpdtsolve.cpp
90CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/gpm.cpp.o classifier/svm/gpm.cpp
91CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/LibLinear.cpp.o classifier/svm/LibLinear.cpp
92/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
93CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/libocas.cpp.o classifier/svm/libocas.cpp
94In file included from classifier/svm/libocas.cpp:29:
95./classifier/svm/libocas_common.h:9:1: warning: "MIN" redefined
96In file included from /usr/include/sys/ucred.h:75,
97                 from /usr/include/sys/sysctl.h:83,
98                 from ./base/Parallel.h:22,
99                 from ./base/SGObject.h:15,
100                 from ./lib/Mathematics.h:19,
101                 from ./classifier/svm/libocas_common.h:1,
102                 from classifier/svm/libocas.cpp:29:
103/usr/include/sys/param.h:216:1: warning: this is the location of the previous definition
104In file included from classifier/svm/libocas.cpp:29:
105./classifier/svm/libocas_common.h:10:1: warning: "MAX" redefined
106In file included from /usr/include/sys/ucred.h:75,
107                 from /usr/include/sys/sysctl.h:83,
108                 from ./base/Parallel.h:22,
109                 from ./base/SGObject.h:15,
110                 from ./lib/Mathematics.h:19,
111                 from ./classifier/svm/libocas_common.h:1,
112                 from classifier/svm/libocas.cpp:29:
113/usr/include/sys/param.h:219:1: warning: this is the location of the previous definition
114CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/LibSVM.cpp.o classifier/svm/LibSVM.cpp
115CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/LibSVMMultiClass.cpp.o classifier/svm/LibSVMMultiClass.cpp
116CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/LibSVMOneClass.cpp.o classifier/svm/LibSVMOneClass.cpp
117CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/MPDSVM.cpp.o classifier/svm/MPDSVM.cpp
118CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/MultiClassSVM.cpp.o classifier/svm/MultiClassSVM.cpp
119CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/Optimizer.cpp.o classifier/svm/Optimizer.cpp
120CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/pr_loqo.cpp.o classifier/svm/pr_loqo.cpp
121CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/qpbsvmlib.cpp.o classifier/svm/qpbsvmlib.cpp
122CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/qpssvmlib.cpp.o classifier/svm/qpssvmlib.cpp
123In file included from classifier/svm/qpssvmlib.cpp:77:
124./classifier/svm/libocas_common.h:9:1: warning: "MIN" redefined
125In file included from /usr/include/sys/ucred.h:75,
126                 from /usr/include/sys/sysctl.h:83,
127                 from ./base/Parallel.h:22,
128                 from ./base/SGObject.h:15,
129                 from ./lib/Mathematics.h:19,
130                 from ./classifier/svm/libocas_common.h:1,
131                 from classifier/svm/qpssvmlib.cpp:77:
132/usr/include/sys/param.h:216:1: warning: this is the location of the previous definition
133In file included from classifier/svm/qpssvmlib.cpp:77:
134./classifier/svm/libocas_common.h:10:1: warning: "MAX" redefined
135In file included from /usr/include/sys/ucred.h:75,
136                 from /usr/include/sys/sysctl.h:83,
137                 from ./base/Parallel.h:22,
138                 from ./base/SGObject.h:15,
139                 from ./lib/Mathematics.h:19,
140                 from ./classifier/svm/libocas_common.h:1,
141                 from classifier/svm/qpssvmlib.cpp:77:
142/usr/include/sys/param.h:219:1: warning: this is the location of the previous definition
143CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/ssl.cpp.o classifier/svm/ssl.cpp
144CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SubGradientSVM.cpp.o classifier/svm/SubGradientSVM.cpp
145/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
146CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVM.cpp.o classifier/svm/SVM.cpp
147CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVM_libsvm.cpp.o classifier/svm/SVM_libsvm.cpp
148/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
149CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVM_light.cpp.o classifier/svm/SVM_light.cpp
150CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVM_linear.cpp.o classifier/svm/SVM_linear.cpp
151CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVMLin.cpp.o classifier/svm/SVMLin.cpp
152CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVMOcas.cpp.o classifier/svm/SVMOcas.cpp
153CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/SVMSGD.cpp.o classifier/svm/SVMSGD.cpp
154CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/Tron.cpp.o classifier/svm/Tron.cpp
155CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o classifier/svm/WDSVMOcas.cpp.o classifier/svm/WDSVMOcas.cpp
156CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o clustering/Hierarchical.cpp.o clustering/Hierarchical.cpp
157CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o clustering/KMeans.cpp.o clustering/KMeans.cpp
158CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/BrayCurtisDistance.cpp.o distance/BrayCurtisDistance.cpp
159CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/CanberraMetric.cpp.o distance/CanberraMetric.cpp
160CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/CanberraWordDistance.cpp.o distance/CanberraWordDistance.cpp
161CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/ChebyshewMetric.cpp.o distance/ChebyshewMetric.cpp
162CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/ChiSquareDistance.cpp.o distance/ChiSquareDistance.cpp
163CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/CosineDistance.cpp.o distance/CosineDistance.cpp
164CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/Distance.cpp.o distance/Distance.cpp
165CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/DistanceMachine.cpp.o distance/DistanceMachine.cpp
166CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/EuclidianDistance.cpp.o distance/EuclidianDistance.cpp
167CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/GeodesicMetric.cpp.o distance/GeodesicMetric.cpp
168CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/HammingWordDistance.cpp.o distance/HammingWordDistance.cpp
169CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/JensenMetric.cpp.o distance/JensenMetric.cpp
170CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/ManhattanMetric.cpp.o distance/ManhattanMetric.cpp
171CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/ManhattanWordDistance.cpp.o distance/ManhattanWordDistance.cpp
172CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/MinkowskiMetric.cpp.o distance/MinkowskiMetric.cpp
173CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/SparseEuclidianDistance.cpp.o distance/SparseEuclidianDistance.cpp
174CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distance/TanimotoDistance.cpp.o distance/TanimotoDistance.cpp
175CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distributions/Distribution.cpp.o distributions/Distribution.cpp
176CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distributions/histogram/Histogram.cpp.o distributions/histogram/Histogram.cpp
177CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distributions/hmm/GHMM.cpp.o distributions/hmm/GHMM.cpp
178CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distributions/hmm/HMM.cpp.o distributions/hmm/HMM.cpp
179CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o distributions/hmm/LinearHMM.cpp.o distributions/hmm/LinearHMM.cpp
180CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o evaluation/PerformanceMeasures.cpp.o evaluation/PerformanceMeasures.cpp
181CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/Alphabet.cpp.o features/Alphabet.cpp
182CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/ByteFeatures.cpp.o features/ByteFeatures.cpp
183CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/CharFeatures.cpp.o features/CharFeatures.cpp
184CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/CombinedFeatures.cpp.o features/CombinedFeatures.cpp
185CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/Features.cpp.o features/Features.cpp
186CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/FKFeatures.cpp.o features/FKFeatures.cpp
187CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/IntFeatures.cpp.o features/IntFeatures.cpp
188CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/Labels.cpp.o features/Labels.cpp
189CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/MindyGramFeatures.cpp.o features/MindyGramFeatures.cpp
190CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/RealFeatures.cpp.o features/RealFeatures.cpp
191CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/RealFileFeatures.cpp.o features/RealFileFeatures.cpp
192CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/ShortFeatures.cpp.o features/ShortFeatures.cpp
193CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/ShortRealFeatures.cpp.o features/ShortRealFeatures.cpp
194CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/StringFeatures.cpp.o features/StringFeatures.cpp
195CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/TOPFeatures.cpp.o features/TOPFeatures.cpp
196CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o features/WordFeatures.cpp.o features/WordFeatures.cpp
197CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIClassifier.cpp.o guilib/GUIClassifier.cpp
198CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIDistance.cpp.o guilib/GUIDistance.cpp
199CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIFeatures.cpp.o guilib/GUIFeatures.cpp
200CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIHMM.cpp.o guilib/GUIHMM.cpp
201CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIKernel.cpp.o guilib/GUIKernel.cpp
202CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUILabels.cpp.o guilib/GUILabels.cpp
203CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIMath.cpp.o guilib/GUIMath.cpp
204CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIPluginEstimate.cpp.o guilib/GUIPluginEstimate.cpp
205CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIPreProc.cpp.o guilib/GUIPreProc.cpp
206CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUIStructure.cpp.o guilib/GUIStructure.cpp
207CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o guilib/GUITime.cpp.o guilib/GUITime.cpp
208CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/CmdLineInterface.cpp.o interface/CmdLineInterface.cpp
209CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/MatlabInterface.cpp.o interface/MatlabInterface.cpp
210CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/OctaveInterface.cpp.o interface/OctaveInterface.cpp
211CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/PythonInterface.cpp.o interface/PythonInterface.cpp
212CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/RInterface.cpp.o interface/RInterface.cpp
213CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o interface/SGInterface.cpp.o interface/SGInterface.cpp
214CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/AUCKernel.cpp.o kernel/AUCKernel.cpp
215CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/Chi2Kernel.cpp.o kernel/Chi2Kernel.cpp
216CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/CombinedKernel.cpp.o kernel/CombinedKernel.cpp
217/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
218CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/CommUlongStringKernel.cpp.o kernel/CommUlongStringKernel.cpp
219CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/CommWordStringKernel.cpp.o kernel/CommWordStringKernel.cpp
220CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/ConstKernel.cpp.o kernel/ConstKernel.cpp
221CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/CustomKernel.cpp.o kernel/CustomKernel.cpp
222CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/DiagKernel.cpp.o kernel/DiagKernel.cpp
223CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/DistanceKernel.cpp.o kernel/DistanceKernel.cpp
224CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/FixedDegreeStringKernel.cpp.o kernel/FixedDegreeStringKernel.cpp
225CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/GaussianKernel.cpp.o kernel/GaussianKernel.cpp
226/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
227CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/GaussianShiftKernel.cpp.o kernel/GaussianShiftKernel.cpp
228CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/GaussianShortRealKernel.cpp.o kernel/GaussianShortRealKernel.cpp
229CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/HistogramWordStringKernel.cpp.o kernel/HistogramWordStringKernel.cpp
230CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/Kernel.cpp.o kernel/Kernel.cpp
231CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/KernelMachine.cpp.o kernel/KernelMachine.cpp
232CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LinearByteKernel.cpp.o kernel/LinearByteKernel.cpp
233CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LinearKernel.cpp.o kernel/LinearKernel.cpp
234CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LinearStringKernel.cpp.o kernel/LinearStringKernel.cpp
235CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LinearWordKernel.cpp.o kernel/LinearWordKernel.cpp
236CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LocalAlignmentStringKernel.cpp.o kernel/LocalAlignmentStringKernel.cpp
237CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/LocalityImprovedStringKernel.cpp.o kernel/LocalityImprovedStringKernel.cpp
238CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/MatchWordStringKernel.cpp.o kernel/MatchWordStringKernel.cpp
239CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/MindyGramKernel.cpp.o kernel/MindyGramKernel.cpp
240CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/OligoKernel.cpp.o kernel/OligoKernel.cpp
241CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/PolyKernel.cpp.o kernel/PolyKernel.cpp
242CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/PolyMatchStringKernel.cpp.o kernel/PolyMatchStringKernel.cpp
243CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/PolyMatchWordStringKernel.cpp.o kernel/PolyMatchWordStringKernel.cpp
244CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/PyramidChi2.cpp.o kernel/PyramidChi2.cpp
245CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SalzbergWordStringKernel.cpp.o kernel/SalzbergWordStringKernel.cpp
246CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SigmoidKernel.cpp.o kernel/SigmoidKernel.cpp
247CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SimpleLocalityImprovedStringKernel.cpp.o kernel/SimpleLocalityImprovedStringKernel.cpp
248CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SparseGaussianKernel.cpp.o kernel/SparseGaussianKernel.cpp
249CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SparseLinearKernel.cpp.o kernel/SparseLinearKernel.cpp
250CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/SparsePolyKernel.cpp.o kernel/SparsePolyKernel.cpp
251CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/WeightedCommWordStringKernel.cpp.o kernel/WeightedCommWordStringKernel.cpp
252CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/WeightedDegreePositionStringKernel.cpp.o kernel/WeightedDegreePositionStringKernel.cpp
253CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o kernel/WeightedDegreeStringKernel.cpp.o kernel/WeightedDegreeStringKernel.cpp
254/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
255CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/Cplex.cpp.o lib/Cplex.cpp
256CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/File.cpp.o lib/File.cpp
257/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
258CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/io.cpp.o lib/io.cpp
259CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/lapack.cpp.o lib/lapack.cpp
260CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/Mathematics.cpp.o lib/Mathematics.cpp
261/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
262CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/memory.cpp.o lib/memory.cpp
263CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/ShogunException.cpp.o lib/ShogunException.cpp
264/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
265CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/Signal.cpp.o lib/Signal.cpp
266CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/Time.cpp.o lib/Time.cpp
267/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:958: warning: 'int _import_array()' defined but not used
268CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o lib/Trie.cpp.o lib/Trie.cpp
269CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/LogPlusOne.cpp.o preproc/LogPlusOne.cpp
270CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/NormDerivativeLem3.cpp.o preproc/NormDerivativeLem3.cpp
271CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/NormOne.cpp.o preproc/NormOne.cpp
272CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/PCACut.cpp.o preproc/PCACut.cpp
273CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/PreProc.cpp.o preproc/PreProc.cpp
274CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/PruneVarSubMean.cpp.o preproc/PruneVarSubMean.cpp
275CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/SortUlongString.cpp.o preproc/SortUlongString.cpp
276CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o preproc/SortWordString.cpp.o preproc/SortWordString.cpp
277CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o regression/KRR.cpp.o regression/KRR.cpp
278CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o regression/svr/LibSVR.cpp.o regression/svr/LibSVR.cpp
279CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o regression/svr/SVR_light.cpp.o regression/svr/SVR_light.cpp
280CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o structure/DynProg.cpp.o structure/DynProg.cpp
281CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o structure/Plif.cpp.o structure/Plif.cpp
282CC -fno-strict-aliasing -fPIC  -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread -c -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/include  -I.  -o structure/PlifArray.cpp.o structure/PlifArray.cpp
283CC ./base/Parallel.cpp.o ./base/SGObject.cpp.o ./base/Version.cpp.o ./classifier/Classifier.cpp.o ./classifier/KernelPerceptron.cpp.o ./classifier/KNN.cpp.o ./classifier/LDA.cpp.o ./classifier/LinearClassifier.cpp.o ./classifier/LPBoost.cpp.o ./classifier/LPM.cpp.o ./classifier/Perceptron.cpp.o ./classifier/PluginEstimate.cpp.o ./classifier/SparseLinearClassifier.cpp.o ./classifier/SubGradientLPM.cpp.o ./classifier/svm/CPLEXSVM.cpp.o ./classifier/svm/gmnplib.cpp.o ./classifier/svm/GMNPSVM.cpp.o ./classifier/svm/gnpplib.cpp.o ./classifier/svm/GNPPSVM.cpp.o ./classifier/svm/GPBTSVM.cpp.o ./classifier/svm/gpdt.cpp.o ./classifier/svm/gpdtsolve.cpp.o ./classifier/svm/gpm.cpp.o ./classifier/svm/LibLinear.cpp.o ./classifier/svm/libocas.cpp.o ./classifier/svm/LibSVM.cpp.o ./classifier/svm/LibSVMMultiClass.cpp.o ./classifier/svm/LibSVMOneClass.cpp.o ./classifier/svm/MPDSVM.cpp.o ./classifier/svm/MultiClassSVM.cpp.o ./classifier/svm/Optimizer.cpp.o ./classifier/svm/pr_loqo.cpp.o ./classifier/svm/qpbsvmlib.cpp.o ./classifier/svm/qpssvmlib.cpp.o ./classifier/svm/ssl.cpp.o ./classifier/svm/SubGradientSVM.cpp.o ./classifier/svm/SVM.cpp.o ./classifier/svm/SVM_libsvm.cpp.o ./classifier/svm/SVM_light.cpp.o ./classifier/svm/SVM_linear.cpp.o ./classifier/svm/SVMLin.cpp.o ./classifier/svm/SVMOcas.cpp.o ./classifier/svm/SVMSGD.cpp.o ./classifier/svm/Tron.cpp.o ./classifier/svm/WDSVMOcas.cpp.o ./clustering/Hierarchical.cpp.o ./clustering/KMeans.cpp.o ./distance/BrayCurtisDistance.cpp.o ./distance/CanberraMetric.cpp.o ./distance/CanberraWordDistance.cpp.o ./distance/ChebyshewMetric.cpp.o ./distance/ChiSquareDistance.cpp.o ./distance/CosineDistance.cpp.o ./distance/Distance.cpp.o ./distance/DistanceMachine.cpp.o ./distance/EuclidianDistance.cpp.o ./distance/GeodesicMetric.cpp.o ./distance/HammingWordDistance.cpp.o ./distance/JensenMetric.cpp.o ./distance/ManhattanMetric.cpp.o ./distance/ManhattanWordDistance.cpp.o ./distance/MinkowskiMetric.cpp.o ./distance/SparseEuclidianDistance.cpp.o ./distance/TanimotoDistance.cpp.o ./distributions/Distribution.cpp.o ./distributions/histogram/Histogram.cpp.o ./distributions/hmm/GHMM.cpp.o ./distributions/hmm/HMM.cpp.o ./distributions/hmm/LinearHMM.cpp.o ./evaluation/PerformanceMeasures.cpp.o ./features/Alphabet.cpp.o ./features/ByteFeatures.cpp.o ./features/CharFeatures.cpp.o ./features/CombinedFeatures.cpp.o ./features/Features.cpp.o ./features/FKFeatures.cpp.o ./features/IntFeatures.cpp.o ./features/Labels.cpp.o ./features/MindyGramFeatures.cpp.o ./features/RealFeatures.cpp.o ./features/RealFileFeatures.cpp.o ./features/ShortFeatures.cpp.o ./features/ShortRealFeatures.cpp.o ./features/StringFeatures.cpp.o ./features/TOPFeatures.cpp.o ./features/WordFeatures.cpp.o ./guilib/GUIClassifier.cpp.o ./guilib/GUIDistance.cpp.o ./guilib/GUIFeatures.cpp.o ./guilib/GUIHMM.cpp.o ./guilib/GUIKernel.cpp.o ./guilib/GUILabels.cpp.o ./guilib/GUIMath.cpp.o ./guilib/GUIPluginEstimate.cpp.o ./guilib/GUIPreProc.cpp.o ./guilib/GUIStructure.cpp.o ./guilib/GUITime.cpp.o ./interface/CmdLineInterface.cpp.o ./interface/MatlabInterface.cpp.o ./interface/OctaveInterface.cpp.o ./interface/PythonInterface.cpp.o ./interface/RInterface.cpp.o ./interface/SGInterface.cpp.o ./kernel/AUCKernel.cpp.o ./kernel/Chi2Kernel.cpp.o ./kernel/CombinedKernel.cpp.o ./kernel/CommUlongStringKernel.cpp.o ./kernel/CommWordStringKernel.cpp.o ./kernel/ConstKernel.cpp.o ./kernel/CustomKernel.cpp.o ./kernel/DiagKernel.cpp.o ./kernel/DistanceKernel.cpp.o ./kernel/FixedDegreeStringKernel.cpp.o ./kernel/GaussianKernel.cpp.o ./kernel/GaussianShiftKernel.cpp.o ./kernel/GaussianShortRealKernel.cpp.o ./kernel/HistogramWordStringKernel.cpp.o ./kernel/Kernel.cpp.o ./kernel/KernelMachine.cpp.o ./kernel/LinearByteKernel.cpp.o ./kernel/LinearKernel.cpp.o ./kernel/LinearStringKernel.cpp.o ./kernel/LinearWordKernel.cpp.o ./kernel/LocalAlignmentStringKernel.cpp.o ./kernel/LocalityImprovedStringKernel.cpp.o ./kernel/MatchWordStringKernel.cpp.o ./kernel/MindyGramKernel.cpp.o ./kernel/OligoKernel.cpp.o ./kernel/PolyKernel.cpp.o ./kernel/PolyMatchStringKernel.cpp.o ./kernel/PolyMatchWordStringKernel.cpp.o ./kernel/PyramidChi2.cpp.o ./kernel/SalzbergWordStringKernel.cpp.o ./kernel/SigmoidKernel.cpp.o ./kernel/SimpleLocalityImprovedStringKernel.cpp.o ./kernel/SparseGaussianKernel.cpp.o ./kernel/SparseLinearKernel.cpp.o ./kernel/SparsePolyKernel.cpp.o ./kernel/WeightedCommWordStringKernel.cpp.o ./kernel/WeightedDegreePositionStringKernel.cpp.o ./kernel/WeightedDegreeStringKernel.cpp.o ./lib/Cplex.cpp.o ./lib/File.cpp.o ./lib/io.cpp.o ./lib/lapack.cpp.o ./lib/Mathematics.cpp.o ./lib/memory.cpp.o ./lib/ShogunException.cpp.o ./lib/Signal.cpp.o ./lib/Time.cpp.o ./lib/Trie.cpp.o ./preproc/LogPlusOne.cpp.o ./preproc/NormDerivativeLem3.cpp.o ./preproc/NormOne.cpp.o ./preproc/PCACut.cpp.o ./preproc/PreProc.cpp.o ./preproc/PruneVarSubMean.cpp.o ./preproc/SortUlongString.cpp.o ./preproc/SortWordString.cpp.o ./regression/KRR.cpp.o ./regression/svr/LibSVR.cpp.o ./regression/svr/SVR_light.cpp.o ./structure/DynProg.cpp.o ./structure/Plif.cpp.o ./structure/PlifArray.cpp.o -lpython2.5 -ldl -bundle -Wl,-flat_namespace -L/opt/local/lib    -undefined error -lm -pthread -llapack -lcblas -lglpk -lm -L/opt/local/lib/ -llpsolve55 -o sg.so -lpython2.5 -ldl -bundle -Wl,-flat_namespace  -L/opt/local/lib/ -llpsolve55
284Undefined symbols:
285  "operator new(unsigned long, std::nothrow_t const&)", referenced from:
286      std::pair<std::pair<int, double>*, int> std::__get_temporary_buffer<std::pair<int, double> >(int, std::pair<int, double>*)in OligoKernel.cpp.o
287  "std::__throw_length_error(char const*)", referenced from:
288      std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&)in OligoKernel.cpp.o
289      std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::pair<int, double>*, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >, unsigned long, std::pair<int, double> const&)in OligoKernel.cpp.o
290      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
291  "___cxa_guard_acquire", referenced from:
292      CWeightedDegreePositionStringKernel::compute_POIM(int, int&, int&, double*, int, int*, double*, double*)in WeightedDegreePositionStringKernel.cpp.o
293      CWeightedDegreePositionStringKernel::extract_w(int, int&, int&, double*, int, int*, double*)in WeightedDegreePositionStringKernel.cpp.o
294  "std::__throw_out_of_range(char const*)", referenced from:
295      COligoKernel::kernelOligoFast(std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, std::vector<double, std::allocator<double> > const&, int)in OligoKernel.cpp.o
296  "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)", referenced from:
297      COligoKernel::compute(int, int)in OligoKernel.cpp.o
298      COligoKernel::compute(int, int)in OligoKernel.cpp.o
299      COligoKernel::compute(int, int)in OligoKernel.cpp.o
300      COligoKernel::compute(int, int)in OligoKernel.cpp.o
301      COligoKernel::compute(int, int)in OligoKernel.cpp.o
302      COligoKernel::compute(int, int)in OligoKernel.cpp.o
303      COligoKernel::compute(int, int)in OligoKernel.cpp.o
304      COligoKernel::compute(int, int)in OligoKernel.cpp.o
305  "std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from:
306      std::_Rb_tree<char, std::pair<char const, unsigned int>, std::_Select1st<std::pair<char const, unsigned int> >, std::less<char>, std::allocator<std::pair<char const, unsigned int> > >::insert_unique(std::pair<char const, unsigned int> const&)in OligoKernel.cpp.o
307  "vtable for __cxxabiv1::__si_class_type_info", referenced from:
308      typeinfo for CClassifierin Classifier.cpp.o
309      typeinfo for CKernelPerceptronin KernelPerceptron.cpp.o
310      typeinfo for CKNNin KNN.cpp.o
311      typeinfo for CLDAin LDA.cpp.o
312      typeinfo for CLinearClassifierin LinearClassifier.cpp.o
313      typeinfo for CPerceptronin Perceptron.cpp.o
314      typeinfo for CPluginEstimatein PluginEstimate.cpp.o
315      typeinfo for CSparseLinearClassifierin SparseLinearClassifier.cpp.o
316      typeinfo for CGMNPLibin gmnplib.cpp.o
317      typeinfo for CGMNPSVMin GMNPSVM.cpp.o
318      typeinfo for CGNPPLibin gnpplib.cpp.o
319      typeinfo for CGNPPSVMin GNPPSVM.cpp.o
320      typeinfo for CGPBTSVMin GPBTSVM.cpp.o
321      typeinfo for QPproblemin gpdt.cpp.o
322      typeinfo for CLibLinearin LibLinear.cpp.o
323      typeinfo for CLibSVMin LibSVM.cpp.o
324      typeinfo for CLibSVMMultiClassin LibSVMMultiClass.cpp.o
325      typeinfo for CLibSVMOneClassin LibSVMOneClass.cpp.o
326      typeinfo for CMPDSVMin MPDSVM.cpp.o
327      typeinfo for CCache<float>in MPDSVM.cpp.o
328      typeinfo for CMultiClassSVMin MultiClassSVM.cpp.o
329      typeinfo for CQPBSVMLibin qpbsvmlib.cpp.o
330      typeinfo for CSubGradientSVMin SubGradientSVM.cpp.o
331      typeinfo for CSVMin SVM.cpp.o
332      typeinfo for Kernelin SVM_libsvm.cpp.o
333      typeinfo for Solver_NUin SVM_libsvm.cpp.o
334      typeinfo for SVC_Qin SVM_libsvm.cpp.o
335      typeinfo for ONE_CLASS_Qin SVM_libsvm.cpp.o
336      typeinfo for SVR_Qin SVM_libsvm.cpp.o
337      typeinfo for l2loss_svm_funin SVM_linear.cpp.o
338      typeinfo for l2_lr_funin SVM_linear.cpp.o
339      typeinfo for CSVMLinin SVMLin.cpp.o
340      typeinfo for CSVMOcasin SVMOcas.cpp.o
341      typeinfo for CSVMSGDin SVMSGD.cpp.o
342      typeinfo for CTronin Tron.cpp.o
343      typeinfo for CWDSVMOcasin WDSVMOcas.cpp.o
344      typeinfo for CHierarchicalin Hierarchical.cpp.o
345      typeinfo for CKMeansin KMeans.cpp.o
346      typeinfo for CBrayCurtisDistancein BrayCurtisDistance.cpp.o
347      typeinfo for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
348      typeinfo for CCanberraMetricin CanberraMetric.cpp.o
349      typeinfo for CSimpleDistance<double>in CanberraMetric.cpp.o
350      typeinfo for CCanberraWordDistancein CanberraWordDistance.cpp.o
351      typeinfo for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
352      typeinfo for CChebyshewMetricin ChebyshewMetric.cpp.o
353      typeinfo for CSimpleDistance<double>in ChebyshewMetric.cpp.o
354      typeinfo for CChiSquareDistancein ChiSquareDistance.cpp.o
355      typeinfo for CSimpleDistance<double>in ChiSquareDistance.cpp.o
356      typeinfo for CCosineDistancein CosineDistance.cpp.o
357      typeinfo for CSimpleDistance<double>in CosineDistance.cpp.o
358      typeinfo for CDistancein Distance.cpp.o
359      typeinfo for CDistanceMachinein DistanceMachine.cpp.o
360      typeinfo for CEuclidianDistancein EuclidianDistance.cpp.o
361      typeinfo for CRealDistancein EuclidianDistance.cpp.o
362      typeinfo for CSimpleDistance<double>in EuclidianDistance.cpp.o
363      typeinfo for CGeodesicMetricin GeodesicMetric.cpp.o
364      typeinfo for CSimpleDistance<double>in GeodesicMetric.cpp.o
365      typeinfo for CHammingWordDistancein HammingWordDistance.cpp.o
366      typeinfo for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
367      typeinfo for CJensenMetricin JensenMetric.cpp.o
368      typeinfo for CSimpleDistance<double>in JensenMetric.cpp.o
369      typeinfo for CManhattanMetricin ManhattanMetric.cpp.o
370      typeinfo for CSimpleDistance<double>in ManhattanMetric.cpp.o
371      typeinfo for CManhattanWordDistancein ManhattanWordDistance.cpp.o
372      typeinfo for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
373      typeinfo for CMinkowskiMetricin MinkowskiMetric.cpp.o
374      typeinfo for CSimpleDistance<double>in MinkowskiMetric.cpp.o
375      typeinfo for CSparseEuclidianDistancein SparseEuclidianDistance.cpp.o
376      typeinfo for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
377      typeinfo for CTanimotoDistancein TanimotoDistance.cpp.o
378      typeinfo for CSimpleDistance<double>in TanimotoDistance.cpp.o
379      typeinfo for CDistributionin Distribution.cpp.o
380      typeinfo for CHistogramin Histogram.cpp.o
381      typeinfo for CGHMMin GHMM.cpp.o
382      typeinfo for CHMMin HMM.cpp.o
383      typeinfo for CLinearHMMin LinearHMM.cpp.o
384      typeinfo for CPerformanceMeasuresin PerformanceMeasures.cpp.o
385      typeinfo for CAlphabetin Alphabet.cpp.o
386      typeinfo for CByteFeaturesin ByteFeatures.cpp.o
387      typeinfo for CSimpleFeatures<unsigned char>in ByteFeatures.cpp.o
388      typeinfo for CCharFeaturesin CharFeatures.cpp.o
389      typeinfo for CSimpleFeatures<char>in CharFeatures.cpp.o
390      typeinfo for CCombinedFeaturesin CombinedFeatures.cpp.o
391      typeinfo for CFeaturesin Features.cpp.o
392      typeinfo for CFKFeaturesin FKFeatures.cpp.o
393      typeinfo for CSimpleFeatures<double>in FKFeatures.cpp.o
394      typeinfo for CCache<double>in FKFeatures.cpp.o
395      typeinfo for CIntFeaturesin IntFeatures.cpp.o
396      typeinfo for CSimpleFeatures<int>in IntFeatures.cpp.o
397      typeinfo for CLabelsin Labels.cpp.o
398      typeinfo for CRealFeaturesin RealFeatures.cpp.o
399      typeinfo for CSimpleFeatures<double>in RealFeatures.cpp.o
400      typeinfo for CRealFileFeaturesin RealFileFeatures.cpp.o
401      typeinfo for CSimpleFeatures<double>in RealFileFeatures.cpp.o
402      typeinfo for CCache<double>in RealFileFeatures.cpp.o
403      typeinfo for CShortFeaturesin ShortFeatures.cpp.o
404      typeinfo for CSimpleFeatures<short>in ShortFeatures.cpp.o
405      typeinfo for CShortRealFeaturesin ShortRealFeatures.cpp.o
406      typeinfo for CSimpleFeatures<float>in ShortRealFeatures.cpp.o
407      typeinfo for CTOPFeaturesin TOPFeatures.cpp.o
408      typeinfo for CSimpleFeatures<double>in TOPFeatures.cpp.o
409      typeinfo for CCache<double>in TOPFeatures.cpp.o
410      typeinfo for CWordFeaturesin WordFeatures.cpp.o
411      typeinfo for CSimpleFeatures<unsigned short>in WordFeatures.cpp.o
412      typeinfo for CGUIClassifierin GUIClassifier.cpp.o
413      typeinfo for CGUIDistancein GUIDistance.cpp.o
414      typeinfo for CGUIFeaturesin GUIFeatures.cpp.o
415      typeinfo for CSimpleFeatures<double>in GUIFeatures.cpp.o
416      typeinfo for CStringFeatures<char>in GUIFeatures.cpp.o
417      typeinfo for CSparseFeatures<double>in GUIFeatures.cpp.o
418      typeinfo for CStringFeatures<double>in GUIFeatures.cpp.o
419      typeinfo for CStringFeatures<unsigned char>in GUIFeatures.cpp.o
420      typeinfo for CStringFeatures<short>in GUIFeatures.cpp.o
421      typeinfo for CStringFeatures<unsigned short>in GUIFeatures.cpp.o
422      typeinfo for CStringFeatures<unsigned long long>in GUIFeatures.cpp.o
423      typeinfo for CGUIHMMin GUIHMM.cpp.o
424      typeinfo for CGUIKernelin GUIKernel.cpp.o
425      typeinfo for CIdentityKernelNormalizerin GUIKernel.cpp.o
426      typeinfo for CKernelNormalizerin GUIKernel.cpp.o
427      typeinfo for CAvgDiagKernelNormalizerin GUIKernel.cpp.o
428      typeinfo for CSqrtDiagKernelNormalizerin GUIKernel.cpp.o
429      typeinfo for CFirstElementKernelNormalizerin GUIKernel.cpp.o
430      typeinfo for CGUILabelsin GUILabels.cpp.o
431      typeinfo for CGUIMathin GUIMath.cpp.o
432      typeinfo for CGUIPluginEstimatein GUIPluginEstimate.cpp.o
433      typeinfo for CGUIPreProcin GUIPreProc.cpp.o
434      typeinfo for CGUIStructurein GUIStructure.cpp.o
435      typeinfo for CArray3<double>in GUIStructure.cpp.o
436      typeinfo for CArray<double>in GUIStructure.cpp.o
437      typeinfo for CGUITimein GUITime.cpp.o
438      typeinfo for CPythonInterfacein PythonInterface.cpp.o
439      typeinfo for CSGInterfacein SGInterface.cpp.o
440      typeinfo for CArray2<double>in SGInterface.cpp.o
441      typeinfo for CArray<double>in SGInterface.cpp.o
442      typeinfo for CDynamicArray<int>in SGInterface.cpp.o
443      typeinfo for CStringFeatures<unsigned short>in SGInterface.cpp.o
444      typeinfo for CStringFeatures<unsigned long long>in SGInterface.cpp.o
445      typeinfo for CSparseFeatures<double>in SGInterface.cpp.o
446      typeinfo for CSimpleFeatures<double>in SGInterface.cpp.o
447      typeinfo for CSimpleFeatures<int>in SGInterface.cpp.o
448      typeinfo for CSimpleFeatures<float>in SGInterface.cpp.o
449      typeinfo for CStringFeatures<unsigned char>in SGInterface.cpp.o
450      typeinfo for CStringFeatures<char>in SGInterface.cpp.o
451      typeinfo for CAUCKernelin AUCKernel.cpp.o
452      typeinfo for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
453      typeinfo for CChi2Kernelin Chi2Kernel.cpp.o
454      typeinfo for CSimpleKernel<double>in Chi2Kernel.cpp.o
455      typeinfo for CCombinedKernelin CombinedKernel.cpp.o
456      typeinfo for CCommUlongStringKernelin CommUlongStringKernel.cpp.o
457      typeinfo for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
458      typeinfo for CDynamicArray<double>in CommUlongStringKernel.cpp.o
459      typeinfo for CDynamicArray<unsigned long long>in CommUlongStringKernel.cpp.o
460      typeinfo for CSqrtDiagKernelNormalizerin CommUlongStringKernel.cpp.o
461      typeinfo for CKernelNormalizerin CommUlongStringKernel.cpp.o
462      typeinfo for CCommWordStringKernelin CommWordStringKernel.cpp.o
463      typeinfo for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
464      typeinfo for CSqrtDiagKernelNormalizerin CommWordStringKernel.cpp.o
465      typeinfo for CKernelNormalizerin CommWordStringKernel.cpp.o
466      typeinfo for CConstKernelin ConstKernel.cpp.o
467      typeinfo for CCustomKernelin CustomKernel.cpp.o
468      typeinfo for CDummyFeaturesin CustomKernel.cpp.o
469      typeinfo for CDiagKernelin DiagKernel.cpp.o
470      typeinfo for CDistanceKernelin DistanceKernel.cpp.o
471      typeinfo for CFixedDegreeStringKernelin FixedDegreeStringKernel.cpp.o
472      typeinfo for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
473      typeinfo for CSqrtDiagKernelNormalizerin FixedDegreeStringKernel.cpp.o
474      typeinfo for CKernelNormalizerin FixedDegreeStringKernel.cpp.o
475      typeinfo for CGaussianKernelin GaussianKernel.cpp.o
476      typeinfo for CSimpleKernel<double>in GaussianKernel.cpp.o
477      typeinfo for CGaussianShiftKernelin GaussianShiftKernel.cpp.o
478      typeinfo for CGaussianShortRealKernelin GaussianShortRealKernel.cpp.o
479      typeinfo for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
480      typeinfo for CHistogramWordStringKernelin HistogramWordStringKernel.cpp.o
481      typeinfo for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
482      typeinfo for CKernelin Kernel.cpp.o
483      typeinfo for CIdentityKernelNormalizerin Kernel.cpp.o
484      typeinfo for CKernelNormalizerin Kernel.cpp.o
485      typeinfo for CKernelMachinein KernelMachine.cpp.o
486      typeinfo for CLinearByteKernelin LinearByteKernel.cpp.o
487      typeinfo for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
488      typeinfo for CLinearKernelin LinearKernel.cpp.o
489      typeinfo for CSimpleKernel<double>in LinearKernel.cpp.o
490      typeinfo for CLinearStringKernelin LinearStringKernel.cpp.o
491      typeinfo for CStringKernel<char>in LinearStringKernel.cpp.o
492      typeinfo for CLinearWordKernelin LinearWordKernel.cpp.o
493      typeinfo for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
494      typeinfo for CLocalAlignmentStringKernelin LocalAlignmentStringKernel.cpp.o
495      typeinfo for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
496      typeinfo for CLocalityImprovedStringKernelin LocalityImprovedStringKernel.cpp.o
497      typeinfo for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
498      typeinfo for CMatchWordStringKernelin MatchWordStringKernel.cpp.o
499      typeinfo for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
500      typeinfo for CAvgDiagKernelNormalizerin MatchWordStringKernel.cpp.o
501      typeinfo for CKernelNormalizerin MatchWordStringKernel.cpp.o
502      typeinfo for COligoKernelin OligoKernel.cpp.o
503      typeinfo for CStringKernel<char>in OligoKernel.cpp.o
504      typeinfo for CSqrtDiagKernelNormalizerin OligoKernel.cpp.o
505      typeinfo for CKernelNormalizerin OligoKernel.cpp.o
506      typeinfo for CPolyKernelin PolyKernel.cpp.o
507      typeinfo for CSimpleKernel<double>in PolyKernel.cpp.o
508      typeinfo for CSqrtDiagKernelNormalizerin PolyKernel.cpp.o
509      typeinfo for CKernelNormalizerin PolyKernel.cpp.o
510      typeinfo for CPolyMatchStringKernelin PolyMatchStringKernel.cpp.o
511      typeinfo for CStringKernel<char>in PolyMatchStringKernel.cpp.o
512      typeinfo for CSqrtDiagKernelNormalizerin PolyMatchStringKernel.cpp.o
513      typeinfo for CKernelNormalizerin PolyMatchStringKernel.cpp.o
514      typeinfo for CPolyMatchWordStringKernelin PolyMatchWordStringKernel.cpp.o
515      typeinfo for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
516      typeinfo for CSqrtDiagKernelNormalizerin PolyMatchWordStringKernel.cpp.o
517      typeinfo for CKernelNormalizerin PolyMatchWordStringKernel.cpp.o
518      typeinfo for CPyramidChi2in PyramidChi2.cpp.o
519      typeinfo for CSimpleKernel<double>in PyramidChi2.cpp.o
520      typeinfo for CSalzbergWordStringKernelin SalzbergWordStringKernel.cpp.o
521      typeinfo for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
522      typeinfo for CSigmoidKernelin SigmoidKernel.cpp.o
523      typeinfo for CSimpleKernel<double>in SigmoidKernel.cpp.o
524      typeinfo for CSimpleLocalityImprovedStringKernelin SimpleLocalityImprovedStringKernel.cpp.o
525      typeinfo for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
526      typeinfo for CSparseGaussianKernelin SparseGaussianKernel.cpp.o
527      typeinfo for CSparseKernel<double>in SparseGaussianKernel.cpp.o
528      typeinfo for CSparseLinearKernelin SparseLinearKernel.cpp.o
529      typeinfo for CSparseKernel<double>in SparseLinearKernel.cpp.o
530      typeinfo for CSparsePolyKernelin SparsePolyKernel.cpp.o
531      typeinfo for CSparseKernel<double>in SparsePolyKernel.cpp.o
532      typeinfo for CSqrtDiagKernelNormalizerin SparsePolyKernel.cpp.o
533      typeinfo for CKernelNormalizerin SparsePolyKernel.cpp.o
534      typeinfo for CWeightedCommWordStringKernelin WeightedCommWordStringKernel.cpp.o
535      typeinfo for CWeightedDegreePositionStringKernelin WeightedDegreePositionStringKernel.cpp.o
536      typeinfo for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
537      typeinfo for CDynamicArray<ConsensusEntry>in WeightedDegreePositionStringKernel.cpp.o
538      typeinfo for CTrie<POIMTrie>in WeightedDegreePositionStringKernel.cpp.o
539      typeinfo for CTrie<DNATrie>in WeightedDegreePositionStringKernel.cpp.o
540      typeinfo for CSqrtDiagKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
541      typeinfo for CKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
542      typeinfo for CWeightedDegreeStringKernelin WeightedDegreeStringKernel.cpp.o
543      typeinfo for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
544      typeinfo for CTrie<DNATrie>in WeightedDegreeStringKernel.cpp.o
545      typeinfo for CFirstElementKernelNormalizerin WeightedDegreeStringKernel.cpp.o
546      typeinfo for CKernelNormalizerin WeightedDegreeStringKernel.cpp.o
547      typeinfo for CFilein File.cpp.o
548      typeinfo for CDynamicArray<char*>in File.cpp.o
549      typeinfo for CSimpleFile<short>in File.cpp.o
550      typeinfo for CSimpleFile<unsigned short>in File.cpp.o
551      typeinfo for CSimpleFile<unsigned char>in File.cpp.o
552      typeinfo for CSimpleFile<char>in File.cpp.o
553      typeinfo for CSimpleFile<float>in File.cpp.o
554      typeinfo for CSimpleFile<double>in File.cpp.o
555      typeinfo for CSimpleFile<int>in File.cpp.o
556      typeinfo for CMathin Mathematics.cpp.o
557      typeinfo for CSignalin Signal.cpp.o
558      typeinfo for CTimein Time.cpp.o
559      typeinfo for CLogPlusOnein LogPlusOne.cpp.o
560      typeinfo for CSimplePreProc<double>in LogPlusOne.cpp.o
561      typeinfo for CNormDerivativeLem3in NormDerivativeLem3.cpp.o
562      typeinfo for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
563      typeinfo for CNormOnein NormOne.cpp.o
564      typeinfo for CSimplePreProc<double>in NormOne.cpp.o
565      typeinfo for CPCACutin PCACut.cpp.o
566      typeinfo for CSimplePreProc<double>in PCACut.cpp.o
567      typeinfo for CCache<double>in PCACut.cpp.o
568      typeinfo for CPreProcin PreProc.cpp.o
569      typeinfo for CPruneVarSubMeanin PruneVarSubMean.cpp.o
570      typeinfo for CSimplePreProc<double>in PruneVarSubMean.cpp.o
571      typeinfo for CCache<double>in PruneVarSubMean.cpp.o
572      typeinfo for CSortUlongStringin SortUlongString.cpp.o
573      typeinfo for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
574      typeinfo for CSortWordStringin SortWordString.cpp.o
575      typeinfo for CStringPreProc<unsigned short>in SortWordString.cpp.o
576      typeinfo for CKRRin KRR.cpp.o
577      typeinfo for CLibSVRin LibSVR.cpp.o
578      typeinfo for CDynProgin DynProg.cpp.o
579      typeinfo for CArray2<CPlifBase*>in DynProg.cpp.o
580      typeinfo for CArray<CPlifBase*>in DynProg.cpp.o
581      typeinfo for CArray3<double>in DynProg.cpp.o
582      typeinfo for CArray<double>in DynProg.cpp.o
583      typeinfo for CArray2<double>in DynProg.cpp.o
584      typeinfo for CArray2<int>in DynProg.cpp.o
585      typeinfo for CArray<int>in DynProg.cpp.o
586      typeinfo for CArray3<unsigned short>in DynProg.cpp.o
587      typeinfo for CArray<unsigned short>in DynProg.cpp.o
588      typeinfo for CArray3<short>in DynProg.cpp.o
589      typeinfo for CArray<short>in DynProg.cpp.o
590      typeinfo for CArray3<int>in DynProg.cpp.o
591      typeinfo for CArray2<short>in DynProg.cpp.o
592      typeinfo for CArray2<unsigned short>in DynProg.cpp.o
593      typeinfo for CArray2<char>in DynProg.cpp.o
594      typeinfo for CArray<char>in DynProg.cpp.o
595      typeinfo for CArray<bool>in DynProg.cpp.o
596      typeinfo for CPlifin Plif.cpp.o
597      typeinfo for CPlifBasein Plif.cpp.o
598      typeinfo for CPlifArrayin PlifArray.cpp.o
599      typeinfo for CPlifBasein PlifArray.cpp.o
600      typeinfo for CDynamicArray<CPlifBase*>in PlifArray.cpp.o
601  "std::nothrow", referenced from:
602      __ZSt7nothrow$non_lazy_ptr in OligoKernel.cpp.o
603  "__gnu_cxx::__exchange_and_add(int volatile*, int)", referenced from:
604      COligoKernel::compute(int, int)in OligoKernel.cpp.o
605      COligoKernel::compute(int, int)in OligoKernel.cpp.o
606      COligoKernel::compute(int, int)in OligoKernel.cpp.o
607      COligoKernel::compute(int, int)in OligoKernel.cpp.o
608      COligoKernel::compute(int, int)in OligoKernel.cpp.o
609      COligoKernel::compute(int, int)in OligoKernel.cpp.o
610      COligoKernel::compute(int, int)in OligoKernel.cpp.o
611      COligoKernel::compute(int, int)in OligoKernel.cpp.o
612  "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from:
613      COligoKernel::compute(int, int)in OligoKernel.cpp.o
614      COligoKernel::compute(int, int)in OligoKernel.cpp.o
615  "___cxa_begin_catch", referenced from:
616      sg(_object*, _object*)in PythonInterface.cpp.o
617      sg(_object*, _object*)in PythonInterface.cpp.o
618      void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, __false_type)in OligoKernel.cpp.o
619      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
620      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
621      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
622      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
623      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
624      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
625  "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char, unsigned long) const", referenced from:
626      COligoKernel::encodeOligo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >&)in OligoKernel.cpp.o
627  "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage", referenced from:
628      __ZNSs4_Rep20_S_empty_rep_storageE$non_lazy_ptr in OligoKernel.cpp.o
629  "___cxa_get_exception_ptr", referenced from:
630      sg(_object*, _object*)in PythonInterface.cpp.o
631      sg(_object*, _object*)in PythonInterface.cpp.o
632  "std::__throw_bad_alloc()", referenced from:
633      std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&)in OligoKernel.cpp.o
634      void std::_Construct<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >(std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
635      std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::pair<int, double>*, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >, unsigned long, std::pair<int, double> const&)in OligoKernel.cpp.o
636      std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >::operator=(std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
637      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
638      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
639  "vtable for __cxxabiv1::__class_type_info", referenced from:
640      typeinfo for CSGObjectin Classifier.cpp.o
641      typeinfo for CSGObjectin gmnplib.cpp.o
642      typeinfo for CSGObjectin gnpplib.cpp.o
643      typeinfo for CSGObjectin gpdt.cpp.o
644      typeinfo for CSGObjectin MPDSVM.cpp.o
645      typeinfo for CSGObjectin qpbsvmlib.cpp.o
646      typeinfo for Solverin SVM_libsvm.cpp.o
647      typeinfo for QMatrixin SVM_libsvm.cpp.o
648      typeinfo for functionin SVM_linear.cpp.o
649      typeinfo for CSGObjectin Tron.cpp.o
650      typeinfo for CSGObjectin Distance.cpp.o
651      typeinfo for CSGObjectin Distribution.cpp.o
652      typeinfo for CModelin HMM.cpp.o
653      typeinfo for CSGObjectin PerformanceMeasures.cpp.o
654      typeinfo for CSGObjectin Alphabet.cpp.o
655      typeinfo for CSGObjectin Features.cpp.o
656      typeinfo for CSGObjectin FKFeatures.cpp.o
657      typeinfo for CSGObjectin Labels.cpp.o
658      typeinfo for CSGObjectin RealFileFeatures.cpp.o
659      typeinfo for CSGObjectin TOPFeatures.cpp.o
660      typeinfo for CSGObjectin GUIClassifier.cpp.o
661      typeinfo for CSGObjectin GUIDistance.cpp.o
662      typeinfo for CSGObjectin GUIFeatures.cpp.o
663      typeinfo for CSGObjectin GUIHMM.cpp.o
664      typeinfo for CSGObjectin GUIKernel.cpp.o
665      typeinfo for CSGObjectin GUILabels.cpp.o
666      typeinfo for CSGObjectin GUIMath.cpp.o
667      typeinfo for CSGObjectin GUIPluginEstimate.cpp.o
668      typeinfo for CSGObjectin GUIPreProc.cpp.o
669      typeinfo for CSGObjectin GUIStructure.cpp.o
670      typeinfo for CSGObjectin GUITime.cpp.o
671      typeinfo for ShogunExceptionin PythonInterface.cpp.o
672      typeinfo for CSGObjectin SGInterface.cpp.o
673      typeinfo for CSGObjectin CommUlongStringKernel.cpp.o
674      typeinfo for CSGObjectin CommWordStringKernel.cpp.o
675      typeinfo for CSGObjectin FixedDegreeStringKernel.cpp.o
676      typeinfo for CSGObjectin Kernel.cpp.o
677      typeinfo for CSGObjectin MatchWordStringKernel.cpp.o
678      typeinfo for CSGObjectin OligoKernel.cpp.o
679      typeinfo for CSGObjectin PolyKernel.cpp.o
680      typeinfo for CSGObjectin PolyMatchStringKernel.cpp.o
681      typeinfo for CSGObjectin PolyMatchWordStringKernel.cpp.o
682      typeinfo for CSGObjectin SparsePolyKernel.cpp.o
683      typeinfo for CSGObjectin WeightedDegreePositionStringKernel.cpp.o
684      typeinfo for CSGObjectin WeightedDegreeStringKernel.cpp.o
685      typeinfo for CSGObjectin File.cpp.o
686      typeinfo for ShogunExceptionin io.cpp.o
687      typeinfo for CSGObjectin Mathematics.cpp.o
688      typeinfo for ShogunExceptionin memory.cpp.o
689      typeinfo for CSGObjectin Signal.cpp.o
690      typeinfo for CSGObjectin Time.cpp.o
691      typeinfo for CSGObjectin PCACut.cpp.o
692      typeinfo for CSGObjectin PreProc.cpp.o
693      typeinfo for CSGObjectin PruneVarSubMean.cpp.o
694      typeinfo for CSGObjectin DynProg.cpp.o
695      typeinfo for CSGObjectin Plif.cpp.o
696      typeinfo for CSGObjectin PlifArray.cpp.o
697  "std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)", referenced from:
698      COligoKernel::compute(int, int)in OligoKernel.cpp.o
699      COligoKernel::compute(int, int)in OligoKernel.cpp.o
700  "___cxa_free_exception", referenced from:
701      CIO::message(EMessageType, char const*, ...) constin io.cpp.o
702      operator new(unsigned long)in memory.cpp.o
703      operator new[](unsigned long)in memory.cpp.o
704  "vtable for std::bad_alloc", referenced from:
705      __ZTVSt9bad_alloc$non_lazy_ptr in PythonInterface.cpp.o
706  "std::bad_alloc::~bad_alloc()", referenced from:
707      sg(_object*, _object*)in PythonInterface.cpp.o
708      sg(_object*, _object*)in PythonInterface.cpp.o
709  "___cxa_call_unexpected", referenced from:
710      operator new(unsigned long)in memory.cpp.o
711  "___cxa_throw", referenced from:
712      CIO::message(EMessageType, char const*, ...) constin io.cpp.o
713      operator new(unsigned long)in memory.cpp.o
714      operator new[](unsigned long)in memory.cpp.o
715  "std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from:
716      std::_Rb_tree<char, std::pair<char const, unsigned int>, std::_Select1st<std::pair<char const, unsigned int> >, std::less<char>, std::allocator<std::pair<char const, unsigned int> > >::insert_unique(std::_Rb_tree_iterator<std::pair<char const, unsigned int> >, std::pair<char const, unsigned int> const&)in OligoKernel.cpp.o
717  "___cxa_rethrow", referenced from:
718      void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, __false_type)in OligoKernel.cpp.o
719      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
720      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
721      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
722      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
723      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
724      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
725  "typeinfo for std::bad_alloc", referenced from:
726      GCC_except_table0 in PythonInterface.cpp.o
727      GCC_except_table0 in memory.cpp.o
728  "std::ios_base::Init::Init()", referenced from:
729      __static_initialization_and_destruction_0(int, int)in OligoKernel.cpp.o
730  "std::ios_base::Init::~Init()", referenced from:
731      ___tcf_0 in OligoKernel.cpp.o
732  "___cxa_guard_release", referenced from:
733      CWeightedDegreePositionStringKernel::compute_POIM(int, int&, int&, double*, int, int*, double*, double*)in WeightedDegreePositionStringKernel.cpp.o
734      CWeightedDegreePositionStringKernel::extract_w(int, int&, int&, double*, int, int*, double*)in WeightedDegreePositionStringKernel.cpp.o
735  "___cxa_allocate_exception", referenced from:
736      CIO::message(EMessageType, char const*, ...) constin io.cpp.o
737      operator new(unsigned long)in memory.cpp.o
738      operator new(unsigned long)in memory.cpp.o
739      operator new[](unsigned long)in memory.cpp.o
740      operator new[](unsigned long)in memory.cpp.o
741  "operator delete(void*, std::nothrow_t const&)", referenced from:
742      COligoKernel::encodeOligo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >&)in OligoKernel.cpp.o
743      COligoKernel::encodeOligo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >&)in OligoKernel.cpp.o
744  "___gxx_personality_v0", referenced from:
745      ___gxx_personality_v0$non_lazy_ptr in SGObject.cpp.o
746      ___gxx_personality_v0$non_lazy_ptr in Classifier.cpp.o
747      ___gxx_personality_v0$non_lazy_ptr in KernelPerceptron.cpp.o
748      ___gxx_personality_v0$non_lazy_ptr in KNN.cpp.o
749      ___gxx_personality_v0$non_lazy_ptr in LDA.cpp.o
750      ___gxx_personality_v0$non_lazy_ptr in LinearClassifier.cpp.o
751      ___gxx_personality_v0$non_lazy_ptr in Perceptron.cpp.o
752      ___gxx_personality_v0$non_lazy_ptr in PluginEstimate.cpp.o
753      ___gxx_personality_v0$non_lazy_ptr in SparseLinearClassifier.cpp.o
754      ___gxx_personality_v0$non_lazy_ptr in gmnplib.cpp.o
755      ___gxx_personality_v0$non_lazy_ptr in GMNPSVM.cpp.o
756      ___gxx_personality_v0$non_lazy_ptr in gnpplib.cpp.o
757      ___gxx_personality_v0$non_lazy_ptr in GNPPSVM.cpp.o
758      ___gxx_personality_v0$non_lazy_ptr in GPBTSVM.cpp.o
759      ___gxx_personality_v0$non_lazy_ptr in gpdt.cpp.o
760      ___gxx_personality_v0$non_lazy_ptr in gpdtsolve.cpp.o
761      ___gxx_personality_v0$non_lazy_ptr in gpm.cpp.o
762      ___gxx_personality_v0$non_lazy_ptr in LibLinear.cpp.o
763      ___gxx_personality_v0$non_lazy_ptr in libocas.cpp.o
764      ___gxx_personality_v0$non_lazy_ptr in LibSVM.cpp.o
765      ___gxx_personality_v0$non_lazy_ptr in LibSVMMultiClass.cpp.o
766      ___gxx_personality_v0$non_lazy_ptr in LibSVMOneClass.cpp.o
767      ___gxx_personality_v0$non_lazy_ptr in MPDSVM.cpp.o
768      ___gxx_personality_v0$non_lazy_ptr in MultiClassSVM.cpp.o
769      ___gxx_personality_v0$non_lazy_ptr in Optimizer.cpp.o
770      ___gxx_personality_v0$non_lazy_ptr in pr_loqo.cpp.o
771      ___gxx_personality_v0$non_lazy_ptr in qpbsvmlib.cpp.o
772      ___gxx_personality_v0$non_lazy_ptr in qpssvmlib.cpp.o
773      ___gxx_personality_v0$non_lazy_ptr in ssl.cpp.o
774      ___gxx_personality_v0$non_lazy_ptr in SubGradientSVM.cpp.o
775      ___gxx_personality_v0$non_lazy_ptr in SVM.cpp.o
776      ___gxx_personality_v0$non_lazy_ptr in SVM_libsvm.cpp.o
777      ___gxx_personality_v0$non_lazy_ptr in SVM_linear.cpp.o
778      ___gxx_personality_v0$non_lazy_ptr in SVMLin.cpp.o
779      ___gxx_personality_v0$non_lazy_ptr in SVMOcas.cpp.o
780      ___gxx_personality_v0$non_lazy_ptr in SVMSGD.cpp.o
781      ___gxx_personality_v0$non_lazy_ptr in Tron.cpp.o
782      ___gxx_personality_v0$non_lazy_ptr in WDSVMOcas.cpp.o
783      ___gxx_personality_v0$non_lazy_ptr in Hierarchical.cpp.o
784      ___gxx_personality_v0$non_lazy_ptr in KMeans.cpp.o
785      ___gxx_personality_v0$non_lazy_ptr in BrayCurtisDistance.cpp.o
786      ___gxx_personality_v0$non_lazy_ptr in CanberraMetric.cpp.o
787      ___gxx_personality_v0$non_lazy_ptr in CanberraWordDistance.cpp.o
788      ___gxx_personality_v0$non_lazy_ptr in ChebyshewMetric.cpp.o
789      ___gxx_personality_v0$non_lazy_ptr in ChiSquareDistance.cpp.o
790      ___gxx_personality_v0$non_lazy_ptr in CosineDistance.cpp.o
791      ___gxx_personality_v0$non_lazy_ptr in Distance.cpp.o
792      ___gxx_personality_v0$non_lazy_ptr in DistanceMachine.cpp.o
793      ___gxx_personality_v0$non_lazy_ptr in EuclidianDistance.cpp.o
794      ___gxx_personality_v0$non_lazy_ptr in GeodesicMetric.cpp.o
795      ___gxx_personality_v0$non_lazy_ptr in HammingWordDistance.cpp.o
796      ___gxx_personality_v0$non_lazy_ptr in JensenMetric.cpp.o
797      ___gxx_personality_v0$non_lazy_ptr in ManhattanMetric.cpp.o
798      ___gxx_personality_v0$non_lazy_ptr in ManhattanWordDistance.cpp.o
799      ___gxx_personality_v0$non_lazy_ptr in MinkowskiMetric.cpp.o
800      ___gxx_personality_v0$non_lazy_ptr in SparseEuclidianDistance.cpp.o
801      ___gxx_personality_v0$non_lazy_ptr in TanimotoDistance.cpp.o
802      ___gxx_personality_v0$non_lazy_ptr in Distribution.cpp.o
803      ___gxx_personality_v0$non_lazy_ptr in Histogram.cpp.o
804      ___gxx_personality_v0$non_lazy_ptr in GHMM.cpp.o
805      ___gxx_personality_v0$non_lazy_ptr in HMM.cpp.o
806      ___gxx_personality_v0$non_lazy_ptr in LinearHMM.cpp.o
807      ___gxx_personality_v0$non_lazy_ptr in PerformanceMeasures.cpp.o
808      ___gxx_personality_v0$non_lazy_ptr in Alphabet.cpp.o
809      ___gxx_personality_v0$non_lazy_ptr in ByteFeatures.cpp.o
810      ___gxx_personality_v0$non_lazy_ptr in CharFeatures.cpp.o
811      ___gxx_personality_v0$non_lazy_ptr in CombinedFeatures.cpp.o
812      ___gxx_personality_v0$non_lazy_ptr in Features.cpp.o
813      ___gxx_personality_v0$non_lazy_ptr in FKFeatures.cpp.o
814      ___gxx_personality_v0$non_lazy_ptr in IntFeatures.cpp.o
815      ___gxx_personality_v0$non_lazy_ptr in Labels.cpp.o
816      ___gxx_personality_v0$non_lazy_ptr in RealFeatures.cpp.o
817      ___gxx_personality_v0$non_lazy_ptr in RealFileFeatures.cpp.o
818      ___gxx_personality_v0$non_lazy_ptr in ShortFeatures.cpp.o
819      ___gxx_personality_v0$non_lazy_ptr in ShortRealFeatures.cpp.o
820      ___gxx_personality_v0$non_lazy_ptr in TOPFeatures.cpp.o
821      ___gxx_personality_v0$non_lazy_ptr in WordFeatures.cpp.o
822      ___gxx_personality_v0$non_lazy_ptr in GUIClassifier.cpp.o
823      ___gxx_personality_v0$non_lazy_ptr in GUIDistance.cpp.o
824      ___gxx_personality_v0$non_lazy_ptr in GUIFeatures.cpp.o
825      ___gxx_personality_v0$non_lazy_ptr in GUIHMM.cpp.o
826      ___gxx_personality_v0$non_lazy_ptr in GUIKernel.cpp.o
827      ___gxx_personality_v0$non_lazy_ptr in GUILabels.cpp.o
828      ___gxx_personality_v0$non_lazy_ptr in GUIMath.cpp.o
829      ___gxx_personality_v0$non_lazy_ptr in GUIPluginEstimate.cpp.o
830      ___gxx_personality_v0$non_lazy_ptr in GUIPreProc.cpp.o
831      ___gxx_personality_v0$non_lazy_ptr in GUIStructure.cpp.o
832      ___gxx_personality_v0$non_lazy_ptr in GUITime.cpp.o
833      ___gxx_personality_v0$non_lazy_ptr in PythonInterface.cpp.o
834      ___gxx_personality_v0$non_lazy_ptr in SGInterface.cpp.o
835      ___gxx_personality_v0$non_lazy_ptr in AUCKernel.cpp.o
836      ___gxx_personality_v0$non_lazy_ptr in Chi2Kernel.cpp.o
837      ___gxx_personality_v0$non_lazy_ptr in CombinedKernel.cpp.o
838      ___gxx_personality_v0$non_lazy_ptr in CommUlongStringKernel.cpp.o
839      ___gxx_personality_v0$non_lazy_ptr in CommWordStringKernel.cpp.o
840      ___gxx_personality_v0$non_lazy_ptr in ConstKernel.cpp.o
841      ___gxx_personality_v0$non_lazy_ptr in CustomKernel.cpp.o
842      ___gxx_personality_v0$non_lazy_ptr in DiagKernel.cpp.o
843      ___gxx_personality_v0$non_lazy_ptr in DistanceKernel.cpp.o
844      ___gxx_personality_v0$non_lazy_ptr in FixedDegreeStringKernel.cpp.o
845      ___gxx_personality_v0$non_lazy_ptr in GaussianKernel.cpp.o
846      ___gxx_personality_v0$non_lazy_ptr in GaussianShiftKernel.cpp.o
847      ___gxx_personality_v0$non_lazy_ptr in GaussianShortRealKernel.cpp.o
848      ___gxx_personality_v0$non_lazy_ptr in HistogramWordStringKernel.cpp.o
849      ___gxx_personality_v0$non_lazy_ptr in Kernel.cpp.o
850      ___gxx_personality_v0$non_lazy_ptr in KernelMachine.cpp.o
851      ___gxx_personality_v0$non_lazy_ptr in LinearByteKernel.cpp.o
852      ___gxx_personality_v0$non_lazy_ptr in LinearKernel.cpp.o
853      ___gxx_personality_v0$non_lazy_ptr in LinearStringKernel.cpp.o
854      ___gxx_personality_v0$non_lazy_ptr in LinearWordKernel.cpp.o
855      ___gxx_personality_v0$non_lazy_ptr in LocalAlignmentStringKernel.cpp.o
856      ___gxx_personality_v0$non_lazy_ptr in LocalityImprovedStringKernel.cpp.o
857      ___gxx_personality_v0$non_lazy_ptr in MatchWordStringKernel.cpp.o
858      ___gxx_personality_v0$non_lazy_ptr in OligoKernel.cpp.o
859      ___gxx_personality_v0$non_lazy_ptr in PolyKernel.cpp.o
860      ___gxx_personality_v0$non_lazy_ptr in PolyMatchStringKernel.cpp.o
861      ___gxx_personality_v0$non_lazy_ptr in PolyMatchWordStringKernel.cpp.o
862      ___gxx_personality_v0$non_lazy_ptr in PyramidChi2.cpp.o
863      ___gxx_personality_v0$non_lazy_ptr in SalzbergWordStringKernel.cpp.o
864      ___gxx_personality_v0$non_lazy_ptr in SigmoidKernel.cpp.o
865      ___gxx_personality_v0$non_lazy_ptr in SimpleLocalityImprovedStringKernel.cpp.o
866      ___gxx_personality_v0$non_lazy_ptr in SparseGaussianKernel.cpp.o
867      ___gxx_personality_v0$non_lazy_ptr in SparseLinearKernel.cpp.o
868      ___gxx_personality_v0$non_lazy_ptr in SparsePolyKernel.cpp.o
869      ___gxx_personality_v0$non_lazy_ptr in WeightedCommWordStringKernel.cpp.o
870      ___gxx_personality_v0$non_lazy_ptr in WeightedDegreePositionStringKernel.cpp.o
871      ___gxx_personality_v0$non_lazy_ptr in WeightedDegreeStringKernel.cpp.o
872      ___gxx_personality_v0$non_lazy_ptr in File.cpp.o
873      ___gxx_personality_v0$non_lazy_ptr in io.cpp.o
874      ___gxx_personality_v0$non_lazy_ptr in lapack.cpp.o
875      ___gxx_personality_v0$non_lazy_ptr in Mathematics.cpp.o
876      ___gxx_personality_v0$non_lazy_ptr in memory.cpp.o
877      ___gxx_personality_v0$non_lazy_ptr in ShogunException.cpp.o
878      ___gxx_personality_v0$non_lazy_ptr in Signal.cpp.o
879      ___gxx_personality_v0$non_lazy_ptr in Time.cpp.o
880      ___gxx_personality_v0$non_lazy_ptr in Trie.cpp.o
881      ___gxx_personality_v0$non_lazy_ptr in LogPlusOne.cpp.o
882      ___gxx_personality_v0$non_lazy_ptr in NormDerivativeLem3.cpp.o
883      ___gxx_personality_v0$non_lazy_ptr in NormOne.cpp.o
884      ___gxx_personality_v0$non_lazy_ptr in PCACut.cpp.o
885      ___gxx_personality_v0$non_lazy_ptr in PreProc.cpp.o
886      ___gxx_personality_v0$non_lazy_ptr in PruneVarSubMean.cpp.o
887      ___gxx_personality_v0$non_lazy_ptr in SortUlongString.cpp.o
888      ___gxx_personality_v0$non_lazy_ptr in SortWordString.cpp.o
889      ___gxx_personality_v0$non_lazy_ptr in KRR.cpp.o
890      ___gxx_personality_v0$non_lazy_ptr in LibSVR.cpp.o
891      ___gxx_personality_v0$non_lazy_ptr in DynProg.cpp.o
892      ___gxx_personality_v0$non_lazy_ptr in Plif.cpp.o
893      ___gxx_personality_v0$non_lazy_ptr in PlifArray.cpp.o
894  "___cxa_pure_virtual", referenced from:
895      vtable for Kernelin SVM_libsvm.cpp.o
896      vtable for Kernelin SVM_libsvm.cpp.o
897      vtable for QMatrixin SVM_libsvm.cpp.o
898      vtable for QMatrixin SVM_libsvm.cpp.o
899      vtable for QMatrixin SVM_libsvm.cpp.o
900      vtable for functionin SVM_linear.cpp.o
901      vtable for functionin SVM_linear.cpp.o
902      vtable for functionin SVM_linear.cpp.o
903      vtable for functionin SVM_linear.cpp.o
904      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
905      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
906      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
907      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
908      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
909      vtable for CSimpleDistance<double>in BrayCurtisDistance.cpp.o
910      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
911      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
912      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
913      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
914      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
915      vtable for CSimpleDistance<double>in CanberraMetric.cpp.o
916      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
917      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
918      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
919      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
920      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
921      vtable for CStringDistance<unsigned short>in CanberraWordDistance.cpp.o
922      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
923      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
924      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
925      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
926      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
927      vtable for CSimpleDistance<double>in ChebyshewMetric.cpp.o
928      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
929      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
930      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
931      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
932      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
933      vtable for CSimpleDistance<double>in ChiSquareDistance.cpp.o
934      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
935      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
936      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
937      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
938      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
939      vtable for CSimpleDistance<double>in CosineDistance.cpp.o
940      vtable for CDistancein Distance.cpp.o
941      vtable for CDistancein Distance.cpp.o
942      vtable for CDistancein Distance.cpp.o
943      vtable for CDistancein Distance.cpp.o
944      vtable for CDistancein Distance.cpp.o
945      vtable for CDistancein Distance.cpp.o
946      vtable for CDistancein Distance.cpp.o
947      vtable for CDistancein Distance.cpp.o
948      vtable for CRealDistancein EuclidianDistance.cpp.o
949      vtable for CRealDistancein EuclidianDistance.cpp.o
950      vtable for CRealDistancein EuclidianDistance.cpp.o
951      vtable for CRealDistancein EuclidianDistance.cpp.o
952      vtable for CRealDistancein EuclidianDistance.cpp.o
953      vtable for CRealDistancein EuclidianDistance.cpp.o
954      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
955      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
956      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
957      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
958      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
959      vtable for CSimpleDistance<double>in EuclidianDistance.cpp.o
960      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
961      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
962      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
963      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
964      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
965      vtable for CSimpleDistance<double>in GeodesicMetric.cpp.o
966      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
967      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
968      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
969      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
970      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
971      vtable for CStringDistance<unsigned short>in HammingWordDistance.cpp.o
972      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
973      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
974      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
975      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
976      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
977      vtable for CSimpleDistance<double>in JensenMetric.cpp.o
978      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
979      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
980      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
981      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
982      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
983      vtable for CSimpleDistance<double>in ManhattanMetric.cpp.o
984      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
985      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
986      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
987      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
988      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
989      vtable for CStringDistance<unsigned short>in ManhattanWordDistance.cpp.o
990      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
991      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
992      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
993      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
994      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
995      vtable for CSimpleDistance<double>in MinkowskiMetric.cpp.o
996      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
997      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
998      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
999      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
1000      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
1001      vtable for CSparseDistance<double>in SparseEuclidianDistance.cpp.o
1002      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1003      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1004      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1005      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1006      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1007      vtable for CSimpleDistance<double>in TanimotoDistance.cpp.o
1008      vtable for CDistributionin Distribution.cpp.o
1009      vtable for CDistributionin Distribution.cpp.o
1010      vtable for CDistributionin Distribution.cpp.o
1011      vtable for CDistributionin Distribution.cpp.o
1012      vtable for CDistributionin Distribution.cpp.o
1013      vtable for CFeaturesin Features.cpp.o
1014      vtable for CFeaturesin Features.cpp.o
1015      vtable for CFeaturesin Features.cpp.o
1016      vtable for CFeaturesin Features.cpp.o
1017      vtable for CFeaturesin Features.cpp.o
1018      vtable for CKernelNormalizerin GUIKernel.cpp.o
1019      vtable for CKernelNormalizerin GUIKernel.cpp.o
1020      vtable for CKernelNormalizerin GUIKernel.cpp.o
1021      vtable for CKernelNormalizerin GUIKernel.cpp.o
1022      vtable for CSGInterfacein SGInterface.cpp.o
1023      vtable for CSGInterfacein SGInterface.cpp.o
1024      vtable for CSGInterfacein SGInterface.cpp.o
1025      vtable for CSGInterfacein SGInterface.cpp.o
1026      vtable for CSGInterfacein SGInterface.cpp.o
1027      vtable for CSGInterfacein SGInterface.cpp.o
1028      vtable for CSGInterfacein SGInterface.cpp.o
1029      vtable for CSGInterfacein SGInterface.cpp.o
1030      vtable for CSGInterfacein SGInterface.cpp.o
1031      vtable for CSGInterfacein SGInterface.cpp.o
1032      vtable for CSGInterfacein SGInterface.cpp.o
1033      vtable for CSGInterfacein SGInterface.cpp.o
1034      vtable for CSGInterfacein SGInterface.cpp.o
1035      vtable for CSGInterfacein SGInterface.cpp.o
1036      vtable for CSGInterfacein SGInterface.cpp.o
1037      vtable for CSGInterfacein SGInterface.cpp.o
1038      vtable for CSGInterfacein SGInterface.cpp.o
1039      vtable for CSGInterfacein SGInterface.cpp.o
1040      vtable for CSGInterfacein SGInterface.cpp.o
1041      vtable for CSGInterfacein SGInterface.cpp.o
1042      vtable for CSGInterfacein SGInterface.cpp.o
1043      vtable for CSGInterfacein SGInterface.cpp.o
1044      vtable for CSGInterfacein SGInterface.cpp.o
1045      vtable for CSGInterfacein SGInterface.cpp.o
1046      vtable for CSGInterfacein SGInterface.cpp.o
1047      vtable for CSGInterfacein SGInterface.cpp.o
1048      vtable for CSGInterfacein SGInterface.cpp.o
1049      vtable for CSGInterfacein SGInterface.cpp.o
1050      vtable for CSGInterfacein SGInterface.cpp.o
1051      vtable for CSGInterfacein SGInterface.cpp.o
1052      vtable for CSGInterfacein SGInterface.cpp.o
1053      vtable for CSGInterfacein SGInterface.cpp.o
1054      vtable for CSGInterfacein SGInterface.cpp.o
1055      vtable for CSGInterfacein SGInterface.cpp.o
1056      vtable for CSGInterfacein SGInterface.cpp.o
1057      vtable for CSGInterfacein SGInterface.cpp.o
1058      vtable for CSGInterfacein SGInterface.cpp.o
1059      vtable for CSGInterfacein SGInterface.cpp.o
1060      vtable for CSGInterfacein SGInterface.cpp.o
1061      vtable for CSGInterfacein SGInterface.cpp.o
1062      vtable for CSGInterfacein SGInterface.cpp.o
1063      vtable for CSGInterfacein SGInterface.cpp.o
1064      vtable for CSGInterfacein SGInterface.cpp.o
1065      vtable for CSGInterfacein SGInterface.cpp.o
1066      vtable for CSGInterfacein SGInterface.cpp.o
1067      vtable for CSGInterfacein SGInterface.cpp.o
1068      vtable for CSGInterfacein SGInterface.cpp.o
1069      vtable for CSGInterfacein SGInterface.cpp.o
1070      vtable for CSGInterfacein SGInterface.cpp.o
1071      vtable for CSGInterfacein SGInterface.cpp.o
1072      vtable for CSGInterfacein SGInterface.cpp.o
1073      vtable for CSGInterfacein SGInterface.cpp.o
1074      vtable for CSGInterfacein SGInterface.cpp.o
1075      vtable for CSGInterfacein SGInterface.cpp.o
1076      vtable for CSGInterfacein SGInterface.cpp.o
1077      vtable for CSGInterfacein SGInterface.cpp.o
1078      vtable for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
1079      vtable for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
1080      vtable for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
1081      vtable for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
1082      vtable for CSimpleKernel<unsigned short>in AUCKernel.cpp.o
1083      vtable for CSimpleKernel<double>in Chi2Kernel.cpp.o
1084      vtable for CSimpleKernel<double>in Chi2Kernel.cpp.o
1085      vtable for CSimpleKernel<double>in Chi2Kernel.cpp.o
1086      vtable for CSimpleKernel<double>in Chi2Kernel.cpp.o
1087      vtable for CSimpleKernel<double>in Chi2Kernel.cpp.o
1088      vtable for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
1089      vtable for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
1090      vtable for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
1091      vtable for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
1092      vtable for CStringKernel<unsigned long long>in CommUlongStringKernel.cpp.o
1093      vtable for CKernelNormalizerin CommUlongStringKernel.cpp.o
1094      vtable for CKernelNormalizerin CommUlongStringKernel.cpp.o
1095      vtable for CKernelNormalizerin CommUlongStringKernel.cpp.o
1096      vtable for CKernelNormalizerin CommUlongStringKernel.cpp.o
1097      vtable for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
1098      vtable for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
1099      vtable for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
1100      vtable for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
1101      vtable for CStringKernel<unsigned short>in CommWordStringKernel.cpp.o
1102      vtable for CKernelNormalizerin CommWordStringKernel.cpp.o
1103      vtable for CKernelNormalizerin CommWordStringKernel.cpp.o
1104      vtable for CKernelNormalizerin CommWordStringKernel.cpp.o
1105      vtable for CKernelNormalizerin CommWordStringKernel.cpp.o
1106      vtable for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
1107      vtable for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
1108      vtable for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
1109      vtable for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
1110      vtable for CStringKernel<char>in FixedDegreeStringKernel.cpp.o
1111      vtable for CKernelNormalizerin FixedDegreeStringKernel.cpp.o
1112      vtable for CKernelNormalizerin FixedDegreeStringKernel.cpp.o
1113      vtable for CKernelNormalizerin FixedDegreeStringKernel.cpp.o
1114      vtable for CKernelNormalizerin FixedDegreeStringKernel.cpp.o
1115      vtable for CSimpleKernel<double>in GaussianKernel.cpp.o
1116      vtable for CSimpleKernel<double>in GaussianKernel.cpp.o
1117      vtable for CSimpleKernel<double>in GaussianKernel.cpp.o
1118      vtable for CSimpleKernel<double>in GaussianKernel.cpp.o
1119      vtable for CSimpleKernel<double>in GaussianKernel.cpp.o
1120      vtable for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
1121      vtable for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
1122      vtable for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
1123      vtable for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
1124      vtable for CSimpleKernel<float>in GaussianShortRealKernel.cpp.o
1125      vtable for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
1126      vtable for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
1127      vtable for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
1128      vtable for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
1129      vtable for CStringKernel<unsigned short>in HistogramWordStringKernel.cpp.o
1130      vtable for CKernelin Kernel.cpp.o
1131      vtable for CKernelin Kernel.cpp.o
1132      vtable for CKernelin Kernel.cpp.o
1133      vtable for CKernelin Kernel.cpp.o
1134      vtable for CKernelin Kernel.cpp.o
1135      vtable for CKernelin Kernel.cpp.o
1136      vtable for CKernelin Kernel.cpp.o
1137      vtable for CKernelNormalizerin Kernel.cpp.o
1138      vtable for CKernelNormalizerin Kernel.cpp.o
1139      vtable for CKernelNormalizerin Kernel.cpp.o
1140      vtable for CKernelNormalizerin Kernel.cpp.o
1141      vtable for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
1142      vtable for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
1143      vtable for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
1144      vtable for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
1145      vtable for CSimpleKernel<unsigned char>in LinearByteKernel.cpp.o
1146      vtable for CSimpleKernel<double>in LinearKernel.cpp.o
1147      vtable for CSimpleKernel<double>in LinearKernel.cpp.o
1148      vtable for CSimpleKernel<double>in LinearKernel.cpp.o
1149      vtable for CSimpleKernel<double>in LinearKernel.cpp.o
1150      vtable for CSimpleKernel<double>in LinearKernel.cpp.o
1151      vtable for CStringKernel<char>in LinearStringKernel.cpp.o
1152      vtable for CStringKernel<char>in LinearStringKernel.cpp.o
1153      vtable for CStringKernel<char>in LinearStringKernel.cpp.o
1154      vtable for CStringKernel<char>in LinearStringKernel.cpp.o
1155      vtable for CStringKernel<char>in LinearStringKernel.cpp.o
1156      vtable for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
1157      vtable for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
1158      vtable for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
1159      vtable for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
1160      vtable for CSimpleKernel<unsigned short>in LinearWordKernel.cpp.o
1161      vtable for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
1162      vtable for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
1163      vtable for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
1164      vtable for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
1165      vtable for CStringKernel<char>in LocalAlignmentStringKernel.cpp.o
1166      vtable for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
1167      vtable for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
1168      vtable for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
1169      vtable for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
1170      vtable for CStringKernel<char>in LocalityImprovedStringKernel.cpp.o
1171      vtable for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
1172      vtable for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
1173      vtable for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
1174      vtable for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
1175      vtable for CStringKernel<unsigned short>in MatchWordStringKernel.cpp.o
1176      vtable for CKernelNormalizerin MatchWordStringKernel.cpp.o
1177      vtable for CKernelNormalizerin MatchWordStringKernel.cpp.o
1178      vtable for CKernelNormalizerin MatchWordStringKernel.cpp.o
1179      vtable for CKernelNormalizerin MatchWordStringKernel.cpp.o
1180      vtable for CStringKernel<char>in OligoKernel.cpp.o
1181      vtable for CStringKernel<char>in OligoKernel.cpp.o
1182      vtable for CStringKernel<char>in OligoKernel.cpp.o
1183      vtable for CStringKernel<char>in OligoKernel.cpp.o
1184      vtable for CStringKernel<char>in OligoKernel.cpp.o
1185      vtable for CKernelNormalizerin OligoKernel.cpp.o
1186      vtable for CKernelNormalizerin OligoKernel.cpp.o
1187      vtable for CKernelNormalizerin OligoKernel.cpp.o
1188      vtable for CKernelNormalizerin OligoKernel.cpp.o
1189      vtable for CSimpleKernel<double>in PolyKernel.cpp.o
1190      vtable for CSimpleKernel<double>in PolyKernel.cpp.o
1191      vtable for CSimpleKernel<double>in PolyKernel.cpp.o
1192      vtable for CSimpleKernel<double>in PolyKernel.cpp.o
1193      vtable for CSimpleKernel<double>in PolyKernel.cpp.o
1194      vtable for CKernelNormalizerin PolyKernel.cpp.o
1195      vtable for CKernelNormalizerin PolyKernel.cpp.o
1196      vtable for CKernelNormalizerin PolyKernel.cpp.o
1197      vtable for CKernelNormalizerin PolyKernel.cpp.o
1198      vtable for CStringKernel<char>in PolyMatchStringKernel.cpp.o
1199      vtable for CStringKernel<char>in PolyMatchStringKernel.cpp.o
1200      vtable for CStringKernel<char>in PolyMatchStringKernel.cpp.o
1201      vtable for CStringKernel<char>in PolyMatchStringKernel.cpp.o
1202      vtable for CStringKernel<char>in PolyMatchStringKernel.cpp.o
1203      vtable for CKernelNormalizerin PolyMatchStringKernel.cpp.o
1204      vtable for CKernelNormalizerin PolyMatchStringKernel.cpp.o
1205      vtable for CKernelNormalizerin PolyMatchStringKernel.cpp.o
1206      vtable for CKernelNormalizerin PolyMatchStringKernel.cpp.o
1207      vtable for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
1208      vtable for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
1209      vtable for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
1210      vtable for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
1211      vtable for CStringKernel<unsigned short>in PolyMatchWordStringKernel.cpp.o
1212      vtable for CKernelNormalizerin PolyMatchWordStringKernel.cpp.o
1213      vtable for CKernelNormalizerin PolyMatchWordStringKernel.cpp.o
1214      vtable for CKernelNormalizerin PolyMatchWordStringKernel.cpp.o
1215      vtable for CKernelNormalizerin PolyMatchWordStringKernel.cpp.o
1216      vtable for CSimpleKernel<double>in PyramidChi2.cpp.o
1217      vtable for CSimpleKernel<double>in PyramidChi2.cpp.o
1218      vtable for CSimpleKernel<double>in PyramidChi2.cpp.o
1219      vtable for CSimpleKernel<double>in PyramidChi2.cpp.o
1220      vtable for CSimpleKernel<double>in PyramidChi2.cpp.o
1221      vtable for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
1222      vtable for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
1223      vtable for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
1224      vtable for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
1225      vtable for CStringKernel<unsigned short>in SalzbergWordStringKernel.cpp.o
1226      vtable for CSimpleKernel<double>in SigmoidKernel.cpp.o
1227      vtable for CSimpleKernel<double>in SigmoidKernel.cpp.o
1228      vtable for CSimpleKernel<double>in SigmoidKernel.cpp.o
1229      vtable for CSimpleKernel<double>in SigmoidKernel.cpp.o
1230      vtable for CSimpleKernel<double>in SigmoidKernel.cpp.o
1231      vtable for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
1232      vtable for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
1233      vtable for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
1234      vtable for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
1235      vtable for CStringKernel<char>in SimpleLocalityImprovedStringKernel.cpp.o
1236      vtable for CSparseKernel<double>in SparseGaussianKernel.cpp.o
1237      vtable for CSparseKernel<double>in SparseGaussianKernel.cpp.o
1238      vtable for CSparseKernel<double>in SparseGaussianKernel.cpp.o
1239      vtable for CSparseKernel<double>in SparseGaussianKernel.cpp.o
1240      vtable for CSparseKernel<double>in SparseGaussianKernel.cpp.o
1241      vtable for CSparseKernel<double>in SparseLinearKernel.cpp.o
1242      vtable for CSparseKernel<double>in SparseLinearKernel.cpp.o
1243      vtable for CSparseKernel<double>in SparseLinearKernel.cpp.o
1244      vtable for CSparseKernel<double>in SparseLinearKernel.cpp.o
1245      vtable for CSparseKernel<double>in SparseLinearKernel.cpp.o
1246      vtable for CSparseKernel<double>in SparsePolyKernel.cpp.o
1247      vtable for CSparseKernel<double>in SparsePolyKernel.cpp.o
1248      vtable for CSparseKernel<double>in SparsePolyKernel.cpp.o
1249      vtable for CSparseKernel<double>in SparsePolyKernel.cpp.o
1250      vtable for CSparseKernel<double>in SparsePolyKernel.cpp.o
1251      vtable for CKernelNormalizerin SparsePolyKernel.cpp.o
1252      vtable for CKernelNormalizerin SparsePolyKernel.cpp.o
1253      vtable for CKernelNormalizerin SparsePolyKernel.cpp.o
1254      vtable for CKernelNormalizerin SparsePolyKernel.cpp.o
1255      vtable for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
1256      vtable for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
1257      vtable for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
1258      vtable for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
1259      vtable for CStringKernel<char>in WeightedDegreePositionStringKernel.cpp.o
1260      vtable for CKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
1261      vtable for CKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
1262      vtable for CKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
1263      vtable for CKernelNormalizerin WeightedDegreePositionStringKernel.cpp.o
1264      vtable for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
1265      vtable for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
1266      vtable for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
1267      vtable for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
1268      vtable for CStringKernel<char>in WeightedDegreeStringKernel.cpp.o
1269      vtable for CKernelNormalizerin WeightedDegreeStringKernel.cpp.o
1270      vtable for CKernelNormalizerin WeightedDegreeStringKernel.cpp.o
1271      vtable for CKernelNormalizerin WeightedDegreeStringKernel.cpp.o
1272      vtable for CKernelNormalizerin WeightedDegreeStringKernel.cpp.o
1273      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1274      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1275      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1276      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1277      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1278      vtable for CSimplePreProc<double>in LogPlusOne.cpp.o
1279      vtable for CNormDerivativeLem3in NormDerivativeLem3.cpp.o
1280      vtable for CNormDerivativeLem3in NormDerivativeLem3.cpp.o
1281      vtable for CNormDerivativeLem3in NormDerivativeLem3.cpp.o
1282      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1283      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1284      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1285      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1286      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1287      vtable for CSimplePreProc<double>in NormDerivativeLem3.cpp.o
1288      vtable for CSimplePreProc<double>in NormOne.cpp.o
1289      vtable for CSimplePreProc<double>in NormOne.cpp.o
1290      vtable for CSimplePreProc<double>in NormOne.cpp.o
1291      vtable for CSimplePreProc<double>in NormOne.cpp.o
1292      vtable for CSimplePreProc<double>in NormOne.cpp.o
1293      vtable for CSimplePreProc<double>in NormOne.cpp.o
1294      vtable for CSimplePreProc<double>in PCACut.cpp.o
1295      vtable for CSimplePreProc<double>in PCACut.cpp.o
1296      vtable for CSimplePreProc<double>in PCACut.cpp.o
1297      vtable for CSimplePreProc<double>in PCACut.cpp.o
1298      vtable for CSimplePreProc<double>in PCACut.cpp.o
1299      vtable for CSimplePreProc<double>in PCACut.cpp.o
1300      vtable for CPreProcin PreProc.cpp.o
1301      vtable for CPreProcin PreProc.cpp.o
1302      vtable for CPreProcin PreProc.cpp.o
1303      vtable for CPreProcin PreProc.cpp.o
1304      vtable for CPreProcin PreProc.cpp.o
1305      vtable for CPreProcin PreProc.cpp.o
1306      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1307      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1308      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1309      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1310      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1311      vtable for CSimplePreProc<double>in PruneVarSubMean.cpp.o
1312      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1313      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1314      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1315      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1316      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1317      vtable for CStringPreProc<unsigned long long>in SortUlongString.cpp.o
1318      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1319      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1320      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1321      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1322      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1323      vtable for CStringPreProc<unsigned short>in SortWordString.cpp.o
1324      vtable for CPlifBasein Plif.cpp.o
1325      vtable for CPlifBasein Plif.cpp.o
1326      vtable for CPlifBasein Plif.cpp.o
1327      vtable for CPlifBasein Plif.cpp.o
1328      vtable for CPlifBasein Plif.cpp.o
1329      vtable for CPlifBasein Plif.cpp.o
1330      vtable for CPlifBasein Plif.cpp.o
1331      vtable for CPlifBasein Plif.cpp.o
1332      vtable for CPlifBasein Plif.cpp.o
1333      vtable for CPlifBasein PlifArray.cpp.o
1334      vtable for CPlifBasein PlifArray.cpp.o
1335      vtable for CPlifBasein PlifArray.cpp.o
1336      vtable for CPlifBasein PlifArray.cpp.o
1337      vtable for CPlifBasein PlifArray.cpp.o
1338      vtable for CPlifBasein PlifArray.cpp.o
1339      vtable for CPlifBasein PlifArray.cpp.o
1340      vtable for CPlifBasein PlifArray.cpp.o
1341      vtable for CPlifBasein PlifArray.cpp.o
1342  "___cxa_end_catch", referenced from:
1343      sg(_object*, _object*)in PythonInterface.cpp.o
1344      sg(_object*, _object*)in PythonInterface.cpp.o
1345      sg(_object*, _object*)in PythonInterface.cpp.o
1346      sg(_object*, _object*)in PythonInterface.cpp.o
1347      void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, __false_type)in OligoKernel.cpp.o
1348      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1349      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1350      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1351      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1352  "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
1353      std::_Rb_tree<char, std::pair<char const, unsigned int>, std::_Select1st<std::pair<char const, unsigned int> >, std::less<char>, std::allocator<std::pair<char const, unsigned int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<char const, unsigned int> const&)in OligoKernel.cpp.o
1354ld: symbol(s) not found
1355collect2: ld returned 1 exit status
1356make[1]: *** [sg.so] Error 1
1357make: *** [just-do-it] Error 2
1358Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-shogun/work/shogun-0.6.7/src" && nice -n 10 make -j2 all " returned error 2
1359Command output:       vtable for CPlifBasein Plif.cpp.o
1360      vtable for CPlifBasein Plif.cpp.o
1361      vtable for CPlifBasein Plif.cpp.o
1362      vtable for CPlifBasein Plif.cpp.o
1363      vtable for CPlifBasein Plif.cpp.o
1364      vtable for CPlifBasein PlifArray.cpp.o
1365      vtable for CPlifBasein PlifArray.cpp.o
1366      vtable for CPlifBasein PlifArray.cpp.o
1367      vtable for CPlifBasein PlifArray.cpp.o
1368      vtable for CPlifBasein PlifArray.cpp.o
1369      vtable for CPlifBasein PlifArray.cpp.o
1370      vtable for CPlifBasein PlifArray.cpp.o
1371      vtable for CPlifBasein PlifArray.cpp.o
1372      vtable for CPlifBasein PlifArray.cpp.o
1373  "___cxa_end_catch", referenced from:
1374      sg(_object*, _object*)in PythonInterface.cpp.o
1375      sg(_object*, _object*)in PythonInterface.cpp.o
1376      sg(_object*, _object*)in PythonInterface.cpp.o
1377      sg(_object*, _object*)in PythonInterface.cpp.o
1378      void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > >(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&, __false_type)in OligoKernel.cpp.o
1379      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1380      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1381      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1382      std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >*, std::vector<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > >, std::allocator<std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > > > >, unsigned long, std::vector<std::pair<int, double>, std::allocator<std::pair<int, double> > > const&)in OligoKernel.cpp.o
1383  "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
1384      std::_Rb_tree<char, std::pair<char const, unsigned int>, std::_Select1st<std::pair<char const, unsigned int> >, std::less<char>, std::allocator<std::pair<char const, unsigned int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<char const, unsigned int> const&)in OligoKernel.cpp.o
1385ld: symbol(s) not found
1386collect2: ld returned 1 exit status
1387make[1]: *** [sg.so] Error 1
1388make: *** [just-do-it] Error 2
1389
1390Warning: the following items did not execute (for py25-shogun): org.macports.build
1391Error: Status 1 encountered during processing.
1392localhost:~$