> > first i am having the problem that "make depend", "make" all want to use cc
> > as
> > the compiler, even when i have HOSTCC=mips-linux-gc -and-
> > CROSS_COMPILE=mips-linux- ..
>
> Well, it tries to do this because it's correct. mkdep is a program
> which will be executed on IRIX, not Linux, so the native compiler cc
> or gcc should be used. Therefore HOSTCC is wired to cc. The configuration
hmm .. with using cc for mkdep i new get:
> cc scripts/mkdep scripts/mkdep.c
ld: FATAL 9: I/O error (scripts/mkdep): No such file or directory
>
> Which libc did you install? It looks like a outdated libc problem.
> A source snapshot from the CVS is available on ftp.linux.sgi.com in
> /pub/linux/mips/testing/. I'll put binaries on FTP asap. A replacement
> of the libc binaries is long overdue.
>
i've got libc-951212.tar installed ..
thanks for your information
oliver
|