Aharon Robbins
2014-09-16 17:58:58 UTC
Hi.
Please cc me on replies, since I'm not on the list.
The current CVS is broken on Ubuntu 12.04 (64 bit):
$ cat hello.c
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello, world\n");
return 0;
}
$ pcc hello.c -o hello
ld: cannot find crt1.o: No such file or directory
ld: cannot find crti.o: No such file or directory
error: ld terminated with status 1
And indeed, there is no crt1.o in the libs installed from pcc-libs.
PCC used to work on Linux. I use it occasionally for compiling gawk.
It'd be nice to have this working again.
Thanks,
Arnold
Please cc me on replies, since I'm not on the list.
The current CVS is broken on Ubuntu 12.04 (64 bit):
$ cat hello.c
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello, world\n");
return 0;
}
$ pcc hello.c -o hello
ld: cannot find crt1.o: No such file or directory
ld: cannot find crti.o: No such file or directory
error: ld terminated with status 1
And indeed, there is no crt1.o in the libs installed from pcc-libs.
PCC used to work on Linux. I use it occasionally for compiling gawk.
It'd be nice to have this working again.
Thanks,
Arnold