Ticket #22586: linear-algebra debug output.txt

File linear-algebra debug output.txt, 19.0 KB (added by anddam (Andrea D'Amore), 14 years ago)
Line 
1--->  Configuring octave-linear-algebra
2DEBUG: Using compiler 'Mac OS X gcc 4.0'
3DEBUG: Executing org.macports.configure (octave-linear-algebra)
4DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch ppc' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch ppc' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2 -m32' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.0' FCFLAGS='-O2 -m32' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch ppc' FFLAGS='-O2 -m32' CC='/usr/bin/gcc-4.0'
5DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_octave-linear-algebra/work/linear-algebra-1.0.8" && ./configure --prefix=/opt/local'
6checking for gcc... /usr/bin/gcc-4.0
7checking for C compiler default output file name... a.out
8checking whether the C compiler works... yes
9checking whether we are cross compiling... no
10checking for suffix of executables...
11checking for suffix of object files... o
12checking whether we are using the GNU C compiler... yes
13checking whether /usr/bin/gcc-4.0 accepts -g... yes
14checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
15checking for mkoctfile... mkoctfile
16retrieving compile and link flags from mkoctfile
17checking for F77_FUNC... yes
18checking for octave... octave
19checking for OCTAVE_VERSION in Octave... 3.2.3
20checking for octave_config_info('canonical_host_type') in Octave... powerpc-apple-darwin9.8.0
21checking for octave_config_info('SHLEXT') in Octave... dylib
22checking whether ln -s works... yes
23checking for ranlib... ranlib
24checking for strip... strip
25configure: creating ./config.status
26config.status: creating Makeconf
27 
28  "$prefix" is /opt/local
29  "$exec_prefix" is ${prefix}
30
31octave commands will install into the following directories:
32   m-files:   /opt/local/share/octave/3.2.3/site/m/octave-forge
33   oct-files: /opt/local/libexec/octave/3.2.3/site/oct/powerpc-apple-darwin9.8.0/octave-forge
34   binaries:  /opt/local/libexec/octave/3.2.3/site/exec/powerpc-apple-darwin9.8.0
35alternatives:
36   m-files:   /opt/local/share/octave/3.2.3/site/octave-forge-alternatives/m
37   oct-files: /opt/local/libexec/octave/3.2.3/site/octave-forge-alternatives/oct/powerpc-apple-darwin9.8.0
38
39shell commands will install into the following directories:
40   binaries:  ${exec_prefix}/bin
41   man pages: ${datarootdir}/man
42   libraries: ${exec_prefix}/lib
43   headers:   ${prefix}/include
44
45octave-forge is configured with
46   octave:      octave (version 3.2.3)
47   mkoctfile:   mkoctfile for Octave 3
48
49find . -name NOINSTALL -print    # shows which toolboxes won't be installed
50
51--->  Building octave-linear-algebra
52DEBUG: Executing org.macports.build (octave-linear-algebra)
53DEBUG: Environment: CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5'
54DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_octave-linear-algebra/work/linear-algebra-1.0.8" && /usr/bin/make all'
55mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M CmplxGSVD.cc
56rm -f CmplxGSVD.d
57/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H CmplxGSVD.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,CmplxGSVD\.o,pic/& & CmplxGSVD.d,g' > CmplxGSVD.d-t && mv CmplxGSVD.d-t CmplxGSVD.d
58mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M dbleGSVD.cc
59rm -f dbleGSVD.d
60/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H dbleGSVD.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,dbleGSVD\.o,pic/& & dbleGSVD.d,g' > dbleGSVD.d-t && mv dbleGSVD.d-t dbleGSVD.d
61mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M gsvd.cc
62rm -f gsvd.d
63/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,gsvd\.o,pic/& & gsvd.d,g' > gsvd.d-t && mv gsvd.d-t gsvd.d
64mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M GramSchmidt.cc
65rm -f GramSchmidt.d
66/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H GramSchmidt.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,GramSchmidt\.o,pic/& & GramSchmidt.d,g' > GramSchmidt.d-t && mv GramSchmidt.d-t GramSchmidt.d
67mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M outer.cc
68rm -f outer.d
69/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H outer.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,outer\.o,pic/& & outer.d,g' > outer.d-t && mv outer.d-t outer.d
70mkoctfile -DHAVE_OCTAVE_32 -v outer.cc
71/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 outer.cc -o outer.o
72/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o outer.oct outer.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
73mkoctfile -DHAVE_OCTAVE_32 -v GramSchmidt.cc
74/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 GramSchmidt.cc -o GramSchmidt.o
75/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o GramSchmidt.oct GramSchmidt.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
76mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c gsvd.cc
77/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc -o gsvd.o
78mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c dbleGSVD.cc
79/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H dbleGSVD.cc -o dbleGSVD.o
80mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c CmplxGSVD.cc
81/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H CmplxGSVD.cc -o CmplxGSVD.o
82mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H gsvd.o dbleGSVD.o CmplxGSVD.o  -o gsvd.oct
83/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o gsvd.oct gsvd.o dbleGSVD.o CmplxGSVD.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
84Undefined symbols:
85  "_dggsvd_", referenced from:
86      GSVD::init(Matrix const&, Matrix const&, GSVD::type) in dbleGSVD.o
87  "_zggsvd_", referenced from:
88      ComplexGSVD::init(ComplexMatrix const&, ComplexMatrix const&, GSVD::type) in CmplxGSVD.o
89ld: symbol(s) not found
90collect2: ld returned 1 exit status
91make[1]: *** [gsvd.oct] Error 1
92make: *** [build] Error 2
93Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_octave-linear-algebra/work/linear-algebra-1.0.8" && /usr/bin/make all " returned error 2
94Command output: /opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,gsvd\.o,pic/& & gsvd.d,g' > gsvd.d-t && mv gsvd.d-t gsvd.d
95mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M GramSchmidt.cc
96rm -f GramSchmidt.d
97/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H GramSchmidt.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,GramSchmidt\.o,pic/& & GramSchmidt.d,g' > GramSchmidt.d-t && mv GramSchmidt.d-t GramSchmidt.d
98mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M outer.cc
99rm -f outer.d
100/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H outer.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,outer\.o,pic/& & outer.d,g' > outer.d-t && mv outer.d-t outer.d
101mkoctfile -DHAVE_OCTAVE_32 -v outer.cc
102/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 outer.cc -o outer.o
103/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o outer.oct outer.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
104mkoctfile -DHAVE_OCTAVE_32 -v GramSchmidt.cc
105/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 GramSchmidt.cc -o GramSchmidt.o
106/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o GramSchmidt.oct GramSchmidt.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
107mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c gsvd.cc
108/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc -o gsvd.o
109mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c dbleGSVD.cc
110/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H dbleGSVD.cc -o dbleGSVD.o
111mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c CmplxGSVD.cc
112/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H CmplxGSVD.cc -o CmplxGSVD.o
113mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H gsvd.o dbleGSVD.o CmplxGSVD.o  -o gsvd.oct
114/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o gsvd.oct gsvd.o dbleGSVD.o CmplxGSVD.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
115Undefined symbols:
116  "_dggsvd_", referenced from:
117      GSVD::init(Matrix const&, Matrix const&, GSVD::type) in dbleGSVD.o
118  "_zggsvd_", referenced from:
119      ComplexGSVD::init(ComplexMatrix const&, ComplexMatrix const&, GSVD::type) in CmplxGSVD.o
120ld: symbol(s) not found
121collect2: ld returned 1 exit status
122make[1]: *** [gsvd.oct] Error 1
123make: *** [build] Error 2
124
125DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_octave-linear-algebra/work/linear-algebra-1.0.8" && /usr/bin/make all " returned error 2
126Command output: /opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,gsvd\.o,pic/& & gsvd.d,g' > gsvd.d-t && mv gsvd.d-t gsvd.d
127mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M GramSchmidt.cc
128rm -f GramSchmidt.d
129/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H GramSchmidt.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,GramSchmidt\.o,pic/& & GramSchmidt.d,g' > GramSchmidt.d-t && mv GramSchmidt.d-t GramSchmidt.d
130mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -M outer.cc
131rm -f outer.d
132/opt/local/bin/g++-mp-4.3 -M -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H outer.cc | /opt/local/bin/gsed -e 's,^[^:]*/\(.*\.o\):,\1:,' -e 's,outer\.o,pic/& & outer.d,g' > outer.d-t && mv outer.d-t outer.d
133mkoctfile -DHAVE_OCTAVE_32 -v outer.cc
134/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 outer.cc -o outer.o
135/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o outer.oct outer.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
136mkoctfile -DHAVE_OCTAVE_32 -v GramSchmidt.cc
137/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 GramSchmidt.cc -o GramSchmidt.o
138/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o GramSchmidt.oct GramSchmidt.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
139mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c gsvd.cc
140/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H gsvd.cc -o gsvd.o
141mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c dbleGSVD.cc
142/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H dbleGSVD.cc -o dbleGSVD.o
143mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H -c CmplxGSVD.cc
144/opt/local/bin/g++-mp-4.3 -c -I/opt/local/include -I/opt/local/include -I/opt/local/include/octave-3.2.3 -I/opt/local/include/octave-3.2.3/octave -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -O2 -m32 -DHAVE_OCTAVE_32 -DHAVE_CONFIG_H CmplxGSVD.cc -o CmplxGSVD.o
145mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H gsvd.o dbleGSVD.o CmplxGSVD.o  -o gsvd.oct
146/opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o gsvd.oct gsvd.o dbleGSVD.o CmplxGSVD.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4 -L/opt/local/lib/gcc43/gcc/powerpc-apple-darwin9.8.0/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran -lSystemStubs
147Undefined symbols:
148  "_dggsvd_", referenced from:
149      GSVD::init(Matrix const&, Matrix const&, GSVD::type) in dbleGSVD.o
150  "_zggsvd_", referenced from:
151      ComplexGSVD::init(ComplexMatrix const&, ComplexMatrix const&, GSVD::type) in CmplxGSVD.o
152ld: symbol(s) not found
153collect2: ld returned 1 exit status
154make[1]: *** [gsvd.oct] Error 1
155make: *** [build] Error 2
156
157    while executing
158"command_exec build"
159    (procedure "portbuild::build_main" line 9)
160    invoked from within
161"$procedure $targetname"
162Warning: the following items did not execute (for octave-linear-algebra): org.macports.activate org.macports.build org.macports.destroot org.macports.install
163Error: Status 1 encountered during processing.