Hi Frank
symptom: GPC would compile unit crtc.c but wouldn't link to ncurses
so used text editor to search the Makefile.in files for == and replace with = when it appeared in an "if" statement then did cnfigure, etc, etc
result: gpc now finds ncurses
(bash defaults to always false when it sees == )
----------
From: Frank Heckenbach frank@tim.gerwinski.de To: gpc@gnu.de Subject: Re: Fw: gcc-19990330 Date: Sunday, May 09, 1999 7:02 AM
Once upon a time ago, Russ Whitaker wrote:
near the end of make LANGUAGES=pascal there is a number of "if" statemnets followed by the message
/bin/sh: [: ==: binary operator expected
Unless this has already been solved, can you give more information where this accurs (perhaps a log of the make run)?