[OGo-Users] cc1obj invalid argument when compiling libfoundation
Sebastian Reitenbach
users@opengroupware.org
Mon, 06 Nov 2006 06:56:33 -0000
Hi,
users@opengroupware.org wrote:
> Hello there,
>
> I hope i am at the right list here, please otherwise correct me. I am
> trying to install opengroupware on a fresh tinysofa installation (2.0
> classic update 6) but trying to compile "libFoundation" i recieve the
> following error:
>
> [root@redleaf libFoundation]# make
> Making all in Foundation...
> make[1]: Entering directory `/usr/src/sope/libFoundation/Foundation'
> Making all for library libFoundation...
> Compiling file behavior.m ...
> gcc: installation problem, cannot exec `cc1obj': Invalid argument
> make[2]: *** [shared obj/./GNU/behavior.o] Error 1
> make[1]: *** [libFoundation.all.library.variables] Error 2
> make[1]: Leaving directory `/usr/src/sope/libFoundation/Foundation'
> make: *** [internal-all] Error 2
>
> The "configure" part gave me no error. Any suggestions?
do you have a cc1obj binary on your harddisk somewhere? gcc is divided into
several packages, I believe you have to install the part to compile objc code.
kind regards
Sebastian