(1) I tried with bootstrap to create configure file. but that also
gives error like this.
[EMAIL PROTECTED] libgnupdf]# ./bootstrap
: bad interpreter: No such file or directory
Aleksander> Don't you have `sh' installed in the system? Which is your
Aleksander> command line interpreter?
That is often indicative of a line-ending issue. The CR from a CRLF
line ending is passed as part of the filename when #! is handled.
Kiran did you modify the files in Windows and the copied them to
GNU/Linux, or something like that?
Thanks James!
-Aleksander