Dmitry Thanks for your help. After an update of compiler I was able to comiple the module
Dmitry Semyonov <dsemyonov@dins.ru> wrote:
Abdul,
On Wed, 6 Dec 2006 at 18:26 -0800, Abdul Qadir wrote:
> Please find the output when I put the correct path in make file.
>
> gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -m486
> -malign-loops=4 -DNAME='"ser"' -DVERSION='"0.9.6"' -DARCH='"i386"'
> -DOS='"linux"' -DCOMPILER='"gcc 2.96"' -D__CPU_i386 -D__OS_linux
^^^^^^^^^^^^^^^^^^^^^^^
That's your problem.
Install more recent compiler version by running 'yum install gcc'.
Make sure CC variable is not set to something like gcc-2.96 before
running make.
[...]
> dbase.c: In function `oci_prepare':
> dbase.c:1133: parse error before `rc'
I reproduced the same error with gcc-2.95 Debian package.
I'll try to fix it, but if it's not obvious I will not spend
much time with the issue as even quite outdated distributions like
Red Hat 9 or Fedora Core 2 use gcc-3.* as their default compiler.
--
...Bye..Dmitry.