RE: [Quickfix-developers] have problem to do configure on solaris
Brought to you by:
orenmnero
|
From: John G. <joh...@wa...> - 2005-09-02 08:55:26
|
Hi there, > ld.so.1: a.out: fatal: libstdc++.so.6: open failed: No such file or directory Would look to me that either your LD_LIBRARY_PATH is incomplete or libstdc++ is not installed on your system. Do a find / -name "libstdc*" to check if the lib exists in some weird place. If not, install it, I think it comes with g++ (which is different in distrib from gcc) HTH JG |