Subject How to compile the FreeUDFLibC
Author mocte_sv
Hi you all,

I don't have any knowledge about C or C++, I'm triyng to get a binary version
of FreeUDF on Linux, following the steps mentioned by Greg Deatz in Readme.txt
but when execute the last statemente "make install", the following message
appears :
make:"*** No hay ninguna regla para construir el objetivo 'global.h',
necesario para 'date_functions.o' Alto"

which means something like

make: "*** There isn't any rule to build the objective 'global.h' needed
for 'date_functions.o' Stop"

I'm using Mandrake Linux 8.2 (Bluebird), I've previously changed
IBASE variable from /usr/interbase, to /opt/interbase and
IB_VERSION=IB60 in the Makefile, What else should be done ?

Thanks in advance