gcc cant find cc1, g++ cant find crt1.o

2008-08-01 Thread H. Rosmanith
hello, I've installed gcc, g++ and binutils natively. However, I cannot compile even a void printf(char *); int main() { printf(220 helo herp\n); } (1) First, cc or gcc cannot be found, there are only gcc directories, but no gcc executable. However, there is a:

Re: gcc cant find cc1, g++ cant find crt1.o

2008-08-01 Thread Steven **
There are a few *-symlinks packages you'll want. I believe it's gcc-symlinks. Just do opkg list | grep symlink and install the relevant ones. -Steven On Fri, Aug 1, 2008 at 10:19 AM, H. Rosmanith [EMAIL PROTECTED] wrote: hello, I've installed gcc, g++ and binutils natively. However, I

Re: gcc cant find cc1, g++ cant find crt1.o

2008-08-01 Thread H. Rosmanith
There are a few *-symlinks packages you'll want. I believe it's gcc-symlinks. Just do opkg list | grep symlink and install the relevant ones. nice. works ... almost. the (only?) file which seems to me missing right now is crt1.o. according to gentoo, crt1.o is part of glibc. but on

Re: gcc cant find cc1, g++ cant find crt1.o

2008-08-01 Thread Jay Vaughan
There are a few *-symlinks packages you'll want. I believe it's gcc-symlinks. Just do opkg list | grep symlink and install the relevant ones. .. and don't forget the -dev packages too .. ; -- Jay Vaughan ___ support mailing list