RE: gcc created exe: permission problems

2002-10-16 Thread David Kilroy
I get the same symptoms (without the -ldb and -lutils which I don't have) Removing the -shared option from the gcc compile line fixes it for me. Dave NT SP6 cygwin 1.3.12-4 gcc 2.95.3-4 -Original Message- From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] Sent: 16

Re: gcc created exe: permission problems

2002-10-16 Thread Gerrit P. Haase
David schrieb: I get the same symptoms (without the -ldb and -lutils which I don't have) Removing the -shared option from the gcc compile line fixes it for me. Strange ... how does Perl's Configure script got the idea to use -shared to try this compile? Looks like a bug in the Configure...