[Gambas-user] gambas3 compile problem
Laurent Carlier
lordheavym at ...626...
Sat Sep 27 21:10:41 CEST 2008
Le samedi 27 septembre 2008 20:49:42 Joshua Higgins, vous avez écrit :
> hello all,
>
> trying to compile gambas3 here, following instructions off website to the
> letter (running Ubuntu Hardy on 32bit). I type ./reconf-all and get this:
>
> root at ...1984...:/home/development/gambas3/trunk# ./reconf-all/usr/bin/m4:
> configure.ac:6: ERROR: copying inserted file: No space left on device
> /usr/bin/m4:configure.ac:6: cannot clean temporary file for diversion
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> root at ...1984...:/home/development/gambas3/trunk#
>
> what does this mean and how can i fix it??
>
> thanks .
root at ...1984... <- root ! it's really a bad usage !
Build gambas as a normal user (./reconf-all && ./configure && make)
then install with sudo (sudo make install) in ubuntu like or
with su otherwise (su -c 'make install').
"No space left on device"
What does the command 'df' give in a terminal ?
Regards,
More information about the User
mailing list