Subject: Re: gcc and glibc
To: Collin Baillie <Collin.Baillie@world.net>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-alpha
Date: 01/02/2002 15:04:23
Collin Baillie <Collin.Baillie@world.net> writes:

> I have a question for you all. I'm running NetBSD 1.5 on a DEC 3000/400 and
> I want to toy with Interbase on it. But it seems that NetBSD (alpha port at
> least) doesn't have glibc or gcc.

The /usr/bin/cc on NetBSD is gcc. There should also be/usr/bin/gcc in
your path, which is the same program. If there isn't, something went
wrong - perhaps you didn't install the "comp" set?

It's true that NetBSD doesn't have glibc. In general, this isn't a
problem. What does Interbase need from glibc specifically that our
libc doesn't supply?

        - Nathan