[uClibc]Compiling C++/STL code with rootfs 0.9.19.

Joey Nelson joey at joescan.com
Wed Apr 23 21:16:39 UTC 2003


Compiling this code:

#include <iostream>
using namespace std;
int main(void)
{
	cout << "test" << endl;
}

I get a no such file or directory error.

I simply mounted the image, and ran chroot as root.

Is there something special I need to do to use the STL?

Thanks,

Joey



More information about the uClibc mailing list