Hi!
I got this program that I really want to run on my PB G4. It has a simple command-line interface - but I can't get it to compile (or link, actually). It's delivered with a make file but not with a configure script. Works fine on Linux. I'd be grateful for any lead that can let me get it running.
The modules compile ok but then I get:
/usr/bin/ld: can't locate file for: -lcrt0.o
make: *** [mb] Error 1
I have looked around for leads into what crt0.o is and I've sen vague things about "startup modules". Doesn't help me, that's for sure. There doesn't seem to be any reference to this in the c code or in the header files.
Thanks!
/stone
I got this program that I really want to run on my PB G4. It has a simple command-line interface - but I can't get it to compile (or link, actually). It's delivered with a make file but not with a configure script. Works fine on Linux. I'd be grateful for any lead that can let me get it running.
The modules compile ok but then I get:
/usr/bin/ld: can't locate file for: -lcrt0.o
make: *** [mb] Error 1
I have looked around for leads into what crt0.o is and I've sen vague things about "startup modules". Doesn't help me, that's for sure. There doesn't seem to be any reference to this in the c code or in the header files.
Thanks!
/stone