AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
April 1998

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



1998.04.21 11:40 "I cant "configure" on a DEC", by Silverman Bill

  tiff-v3.4beta037

on:

ULTRIX white 4.3 1 RISC

the configure script produces the diagnostic:

  configure: syntax error at line 76: `(' unexpected

If I comment out the function bitch(), I get:

  configure: syntax error at line 85: `(' unexpected

etc.

Apparently my /bin/sh doesn't like you to declare functions.
I looked at the man page for sh, and sure enough, the
spec for:

   name () {list;}

is missing - i.e. you cant define a function in an sh script.
Is there some simple known hack for this problem?

/bin/sh  is the oldest file in  /bin  (on white):

    -rwxr-xr-x  1 root        45056 Nov 15  1991 sh*

Happy configurations.

    bill