Yes, I did check it out on a windows machine and copied it to a Linux
box..
I tried what you suggested and manually removed the CRLFs but it did not
help. Each time I tried the ant build, they reappeared.
So I tried and ran dos2unix to remove in them any file. But that did not
help either and I still receive the same error.
Anything else I can try? I will try to check out the source directly on
the Linux box but that does not look very possible since the box is not
connected directly to the net..
AJ
-----Original Message-----
From: Timothy Wall [mailto:twal...@dev.java.net]
Sent: Friday, September 07, 2007 6:15 PM
To: use...@jna.dev.java.net
Subject: Re: [jna-users] Example not working on Linux
The libtool you posted has embedded CR characters, which can often
make a unix shell program unhappy.
If you manually strip the CRs from the libtool file, it should run
properly. Not sure how they got there in the first place, though;
it's not likely an SVN issue since several other people have checked
out and built on linux without any issues.
Was this checked out on windows onto a shared file system, or copied
from a windows system?