[Lapackpp-devel] Make check error
Status: Beta
Brought to you by:
cstim
|
From: hadi k. <had...@gm...> - 2011-09-07 20:00:06
|
Hi
I have installed lapackpp-2.5.3 under Ubuntu11.04. The main steps
./configure, make and make install went well seemingly but when
"make check" I got these errors :
make[3]: Warning: File `.deps/tblasd++.Po' has modification time 1.9e+08 s
in the future
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include
-I../../include -DLA_COMPLEX_SUPPORT -DLinux -g -O2 -Wall -MT tblasd++.o
-MD -MP -MF ".deps/tblasd++.Tpo" -c -o tblasd++.o tblasd++.cc; \
then mv -f ".deps/tblasd++.Tpo" ".deps/tblasd++.Po"; else rm -f
".deps/tblasd++.Tpo"; exit 1; fi
tblasd++.cc: In function ‘int main(int, char**)’:
tblasd++.cc:61:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:61:57: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:74:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:75:26: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:93:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:93:60: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:101:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:101:47: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:113:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:113:59: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:128:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:128:54: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:143:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:143:50: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:163:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:163:57: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:176:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:177:26: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:199:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:199:62: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:210:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:210:47: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:222:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:222:59: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:237:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:237:54: error: ‘fprintf’ was not declared in this scope
tblasd++.cc:252:13: error: ‘stdout’ was not declared in this scope
tblasd++.cc:252:50: error: ‘fprintf’ was not declared in this scope
make[3]: *** [tblasd++.o] Error 1
make[3]: Leaving directory `/home/hadi/lapackpp-2.5.3/blaspp/testing'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/hadi/lapackpp-2.5.3/blaspp/testing'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/hadi/lapackpp-2.5.3/blaspp'
make: *** [check-recursive] Error 1
I am a noob in this area. Please help me fix it. Also I have attached
config.log file though it seems perfect.
(I need lapackpp to use within OBOE <https://projects.coin-or.org/OBOE/>)
Regards
H.Karimi
|