On Wed, 2009-08-05 at 14:28 +0200, peter....@gmx.net wrote:
> Hi Tim,
> 
> I have cppunit 1.10.2 installed. I could not use 2.2 because 2.2.x or 3 
> request autoconf 2.61 and I can't switch to that presently (running 2.59). 
> 
> So I just ran 'make all' and now I get this:
> 
> ranlib .libs/libactivemq-cpp.a
> ranlib: .libs/libactivemq-cpp.a: No space left on device
> make[2]: *** [libactivemq-cpp.la] Error 1
> make[2]: Leaving directory 
> `/root/develop/apr-stuff/activemq-cpp-library-2.2/src/main'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/develop/apr-stuff/activemq-cpp-library-2.2'
> make: *** [all] Error 2
> 
> This can't be a physical memory issue because there is still plenty of memory 
> left.
> 
> Cheers,
> Pete

Looks like disk space, not memory is the issue.

You don't need to run make all, just run make and let the AutoMake
generated defaults kick in.  

I'm not sure why the CPPUnit errors are occurring, does SUSE have
separate devel packages for CPUnit?

Regards
Tim.




-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/



Reply via email to