Hi Daniel,

On 3 February 2010 08:12, Daniel Widyanto <daniel.widya...@yahoo.com> wrote:
> Hi all,

[snip]

> I use Ubuntu 9.10, and have managed to recompile the ecosconfig using 
> libstdc++6 (since the supplied ecosconfig can only run with libstdc++5, which 
> is not available in Ubuntu 9.10).

FYI, another way to get ecosconfig running on Ubuntu 9.10 is to
install the 32-bit libstdc++5 .deb package from the Jaunty repository:

$ wget 
http://no.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
$ dpkg-deb -x libstdc++5_3.3.6-17ubuntu1_i386.deb /tmp/dir
$ sudo cp /tmp/dir/usr/lib/libstdc*.so* /usr/lib32

(I copied the libs to /usr/lib32 because I run 64-bit.)

Best regards,
Bjørn Forsman

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to