in reply to abort while installing perl in Tru64
If that fails, then Configure concludes that a C compiler is not available.$cc -o try $ccflags $ldflags try.c
Can you successfully run 'cc -o try try.c' ? (I'm assuming that try.c did not cleaned up when Configure aborted.)int main(int argc, char *argv[]) { return 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: abort while installing perl in Tru64
by xiaoyafeng (Deacon) on Oct 23, 2007 at 09:29 UTC | |
by syphilis (Archbishop) on Oct 23, 2007 at 09:48 UTC |