Agh!
-lingres sure would have bloody helped...
Why am I so stupid?
Marty
From: Martin Bowes [mailto:martin.bowes (AT) ctsu (DOT) ox.ac.uk]
Sent: 05 July 2011 13:18
To: Ingres and related product discussion forum
Subject: [Info-Ingres] FRS magic required.
Hi All,
What magic is required to stop messages:
In function `enable_frs'

CFE.c

.text+0x11): undefined reference to `IIaddform'
The program has headers:
exec sql include sqlca;
exec sql include sqlda;
As far as I was aware that was all that was required...
The compilation of the program (.sc) is:
LIBPATH=-L${II_SYSTEM}/ingres/lib
INCPATH=-I${II_SYSTEM}/ingres/files
#
DCFE: DCFE.sc dcfe_home.o
$(ESQLC) DCFE.sc
$(CC) $(LIBPATH) $(INCPATH) DCFE.c dcfe_home.o -oDCFE
Martin Bowes