Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 525 forks source link

Perl help. #147

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#952 (status was 'resolved')

Searchable as RT952$

p5pRT commented 24 years ago

From tcolli@medisys.co.uk

Checking your choice of C compiler and flags for coherency... I've tried to compile and run the following simple program​:

#include \<stdio.h> int main() { printf("Ok\n"); exit(0); }

I used the command​:

  /bin/cc -O -I/usr/include -I/usr/ucbinclude -o try -L/usr/ccs/lib -L/usr /ucblib -L/usr/local/lib try.c -lsocket -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -l ucb -lx   ./try

and I got the following output​:

UX​:sh (sh)​: ERROR​: ./try​: Cannot execute The program compiled OK\, but exited with status 1. (The supplied flags or libraries might be incorrect.)

You have a problem. Shall I abort Configure [y] Ok. Stopping Configure. #

Can you help?

Tim Collie.

p5pRT commented 23 years ago

From [Unknown Contact. See original ticket]

Abandoning pre-5.6.0 install bugs

p5pRT commented 20 years ago

From The RT System itself

Abandoning pre-5.6.0 install bugs