This table explains two error codes that might occur in special situations:
Situation | Error Code | Explanation | Solution |
---|---|---|---|
After running ./configure |
>>Syntax error: "fi" unexpected (expecting ")")<<
or similar |
Your configure shell script must be recreated. GNU AutoConf 2.59 - 2.62 is supported. |
Run autoconf |
After running make or gmake |
>>gcc: @NAPATECH_LIBS@: No such file or directory<<
or similar |
The make file you are using has not been fused by configure on your platform. |
Run ./configure |