Hi all,
i'm trying to compile QT with the iBase support.
Somewhere i read to use -plugin-sql-qibase but it is not recognized by the ./configure. I used -plugin-sql-ibase as stated by the 'configure --help'.

Compiling it i receive an error: ibase.h not found, so i added the option -I/opt/firebird/include.

Now i receive the error
Qt Code:
  1. cannot find -lgds
  2. collect2: ld returned 1 exit status
  3. make: *** [ibase] Error 1
  4. InterBase disabled.
To copy to clipboard, switch view to plain text mode 

I searched for gds library but i did not able to find it

Thanks !!