Hello NetBSD Community,
It is my firsts hours on BSD system. I hope I will stay much longer hier.
I impressed how smoothly I installed NetBSD on my laptop. Although I prefer more manual form of installation. (I use Arch Linux dist). I guess it is possible on NetBSD as well.
Anyway, back on topic.
I used Pkgin
to install some packages with successful, but after installing gcc12 it looks like this package is corrupted.
First I need to set up PATH
environment variable to /usr/pkg/gcc12/bin
. Second trying compile simple C file I got :
/usr/bin/ld: cannot find crt0.o: No such file or directory
and indeed crt0.o isn't present on the system.
Some suggestion what is wrong?