Error in invoking target 'mkldflags ntcontab.o.ntcontab.o.nnfgt.o'
Error in invoking target 'Client_sharedlib' of makefile ....
Error in invoking target 'links proc_gen_pcscfg' ....
Error in invoking target 'idg4odbc'...
Error in invoking target 'itnsping'...
Error in invoking target 'isntall' ...
Error in invoking target 'nmo'...
Error in invoking target 'isntall'...
Error in invoking target 'agent nmhs'...
Error in invoking target 'all_no_orcl'...
Error in invoking target 'install'...
Error in invoking target 'nmb'...
Error in invoking target 'install'...
Error in invoking target 'clientonlyinstall' ...
Error in invoking target 'ioklist'...
Error in invoking target 'utilities'...
Error in invoking target 'iokdstry iokinit'...
Error in invoking target 'install'...
Error in invoking target 'itrcoute'...
Error in invoking target 'irman ioracle'...
File not found:%fileName%
Oracle Net Configuration Assistant failed
Oracle Database Configuration Assistant failed
解决办法:
cd /usr/bin (as root)
mv gcc gcc.script
mv g++ g++.script
ln -s gcc34 gcc
ln -s g++34 g++
PS:可能需要apt-get install g++
原文地址:http://blog.csdn.net/xingoo_321/article/details/8253476