Here is how I installed CommonC++:
$ ./configure
...
$ make
...
$ make check
...
# make install
...
Then, I finally get a program to compile right, after reading some docs and stuff (thanks the person who replied about the threads, it is much clearer now).
Then I ran it and:
./a.out: error in loading shared libraries: libccxx-0.9.so.2: cannot open shared object file: No such file or directory
But I looked in /usr/local/lib/ and it was right there!
By the way, does anyone have info on building the sources for win32 (or at least prebuilt binaries)? I saw a makefile and configure stuff, is that for windows? I run on linux, but I need win32 compatibility.
Thanks for any help you can give.
Jeff Davis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is how I installed CommonC++:
$ ./configure
...
$ make
...
$ make check
...
# make install
...
Then, I finally get a program to compile right, after reading some docs and stuff (thanks the person who replied about the threads, it is much clearer now).
Then I ran it and:
./a.out: error in loading shared libraries: libccxx-0.9.so.2: cannot open shared object file: No such file or directory
But I looked in /usr/local/lib/ and it was right there!
By the way, does anyone have info on building the sources for win32 (or at least prebuilt binaries)? I saw a makefile and configure stuff, is that for windows? I run on linux, but I need win32 compatibility.
Thanks for any help you can give.
Jeff Davis