Subject | trouble intalling rfunc on linux |
---|---|
Author | Jules |
Post date | 2005-12-08T03:49:49Z |
I am running firebird1.0 on fedora core 4 linux.
I am having trouble editing the makefile.txt to install the rfunc's
I have unzipped everything in the tar package to /home/root/firebird/rfunc - works nicely
I have edited the makefile.linx file as the readme says... but this is still not functioning...
I run the makefile command from /home/root/firebird/rfunc/source
can anyone please help me?
INSTALLTO = "$(IBASE)/UDF"
######## my representation is ITALLTO = "$(IBASE /opt/interbase)/UDF" ifeq ($(IBVENDOR),BORLAND)
SDKDIR = /SDK
endif
else
INSTALLTO = /usr/lib
endif
ifeq ($(IBVERSION),4)
undef RFUNCIBUTILLIB
else
RFUNCIBUTILLIB = /usr/lib/libib_util.so
endif
INCLUDE = -I/usr/include -I"$(IBASE /opt/interbase )$(SDKDIR)/include"
CFLAGS = -c -w -DLINUX $(EXTCFLAGS) $(INCLUDE)
LIB_CFLAGS = -fPIC $(CFLAGS)
LINK_FLAGS = -l$(GDS_NAME) -ldl -lcrypt
LIB_LINK_FLAGS += -l$(GDS_NAME)
[Non-text portions of this message have been removed]
I am having trouble editing the makefile.txt to install the rfunc's
I have unzipped everything in the tar package to /home/root/firebird/rfunc - works nicely
I have edited the makefile.linx file as the readme says... but this is still not functioning...
I run the makefile command from /home/root/firebird/rfunc/source
can anyone please help me?
INSTALLTO = "$(IBASE)/UDF"
######## my representation is ITALLTO = "$(IBASE /opt/interbase)/UDF" ifeq ($(IBVENDOR),BORLAND)
SDKDIR = /SDK
endif
else
INSTALLTO = /usr/lib
endif
ifeq ($(IBVERSION),4)
undef RFUNCIBUTILLIB
else
RFUNCIBUTILLIB = /usr/lib/libib_util.so
endif
INCLUDE = -I/usr/include -I"$(IBASE /opt/interbase )$(SDKDIR)/include"
CFLAGS = -c -w -DLINUX $(EXTCFLAGS) $(INCLUDE)
LIB_CFLAGS = -fPIC $(CFLAGS)
LINK_FLAGS = -l$(GDS_NAME) -ldl -lcrypt
LIB_LINK_FLAGS += -l$(GDS_NAME)
[Non-text portions of this message have been removed]