[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling GNUstep 1.6 under OpenBSD 3.2
On Mon, May 05, 2003 at 09:38:27AM -0400, Jose Nazario wrote:
> On Mon, 5 May 2003, Lane Myer wrote:
>
> > Making all for library libgnustep-base...
> > gmake[2]: *** No rule to make target `Additions/static_obj/ix86/openbsd3.2/gnu-gnu-gnu/subproject.o', needed by `static_obj/ix86/openbsd3.2/gnu-gnu-gnu/libgnustep-base_s.a'. Stop.
> > gmake[1]: *** [libgnustep-base.all.library.variables] Error 2
> > gmake[1]: Leaving directory `/home/jcm/gnustep-base-1.6.0/Source'
>
> this is typically due to two things:
> - Makefile error (which i think this is here). not uncommon.
I guess that could have happened, but it builds under FreeBSD.
> - the object was supposed to have been built at some earlier
> stage, and errored out.
I have a feeling it has to do with the gcc version. Is that possible?