I’m almost there. I can’t figure out how to link against libstdc++. gcc isn’t accepting ‘-l’ options, or it’s too late/early for me. I need to link against c++ libs for sys_nerr and sys_errlist…
Great job on the Alpha 2 release.
I’m almost there. I can’t figure out how to link against libstdc++. gcc isn’t accepting ‘-l’ options, or it’s too late/early for me. I need to link against c++ libs for sys_nerr and sys_errlist…
Great job on the Alpha 2 release.
Thread is still relevant…
Try the 3rd party development mailing list, you might get more feedback there. http://www.haiku-os.org/community/ml
Good luck,
Pieter
gcc2:
libstdc++.r4.so
gcc4:
libstdc++.so
If you compile with gcc2, try passing -lstdc++.r4, with gcc4 should be -lstdc++
Alpha 2 comes with gcc2 (default) and gcc4 compilers. Use setgcc to switch between them.