High, i compiled and installed avifile at home flawlessly but at work there is an problem. configure seems to run smooth and make is also running well. But when i try to build the samples or the mjpegtools i got the following errors.
My sytsme is a Suse Linux 7.3 peter /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:66: undefined refe rence to `ostream::operator<<(ostream &(*)(ostream &))' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:181: undefined ref erence to `endl(ostream &)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:181: undefined ref erence to `cout' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:181: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:181: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:181: undefined ref erence to `ostream::operator<<(ostream &(*)(ostream &))' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:239: undefined ref erence to `endl(ostream &)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:239: undefined ref erence to `cout' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:239: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:239: undefined ref erence to `ostream::operator<<(int)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:239: undefined ref erence to `ostream::operator<<(ostream &(*)(ostream &))' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:278: undefined ref erence to `endl(ostream &)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:278: undefined ref erence to `cout' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:278: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:278: undefined ref erence to `ostream::operator<<(ostream &(*)(ostream &))' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:280: undefined ref erence to `endl(ostream &)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:280: undefined ref erence to `cout' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:280: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:280: undefined ref erence to `ostream::operator<<(ostream &(*)(ostream &))' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:338: undefined ref erence to `endl(ostream &)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:338: undefined ref erence to `cout' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:338: undefined ref erence to `ostream::operator<<(char const *)' /usr2/mjpeg/avifile-0.6.0.20011207/samples/misc/benchmark.cpp:338: undefined ref erence to `ostream::operator<<(ostream &(*)(ostream &))' ../../lib/.libs/libaviplay.so: undefined reference to `cerr' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(char) ' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(void const *)' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(short )' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(long long)' ../../lib/.libs/libaviplay.so: undefined reference to `flush(ostream &)' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(ios & (*)(ios &))' ../../lib/.libs/libaviplay.so: undefined reference to `dec(ios &)' ../../lib/.libs/libaviplay.so: undefined reference to `ostream & operator<<<int> (ostream &, smanip<int> const &)' ../../lib/.libs/libaviplay.so: undefined reference to `setw(int)' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(bool) ' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(float )' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(unsig ned int)' ../../lib/.libs/libaviplay.so: undefined reference to `ostream::operator<<(unsig ned short)' ../../lib/.libs/libaviplay.so: undefined reference to `hex(ios &)' collect2: ld returned 1 exit status make[2]: *** [avibench] Error 1 make[2]: Leaving directory `/usr2/mjpeg/avifile-0.6.0.20011207/samples/misc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr2/mjpeg/avifile-0.6.0.20011207/samples' make: *** [all-recursive] Error 1 _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
