in reply to Re: abort while installing perl in Tru64
in thread abort while installing perl in Tru64
So I create a new try.cc and run cc -o try try.c successfully. It seem $cc, $ccflags and $ldflags has not been set appropriately. uh? How can I do next?cat <<'EOSC' >>trygcc case "$cc" in '') ;; *) $rm -f try try.* $cat >try.c <<EOM int main(int argc, char *argv[]) { return 0; } EOM if $cc -o try $ccflags $ldflags try.c; then : else echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." + >&4
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: abort while installing perl in Tru64
by syphilis (Archbishop) on Oct 23, 2007 at 09:48 UTC |