Subject | Re: [firebird-support] compiling embeded sql (real newbie) |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-05-11T05:28:34Z |
On 10 May 2004 at 16:07, Stanislav Kunc wrote:
compiled FB yourself? Anyway, play with switches, such as --kill-at,
--enable-stdcall-fixup and so on.
SY, Dimitry Sibiryakov.
>I am trying, but something is wrong.[skip]
>-LC:\tmp\sk\Dev-C++\bin \Now C name mangling is your problem. Do you use official build or
>-lfbclient
>newbie.o(.text+0x59):newbie.c: undefined reference to `isc_attach_database@24'
>newbie.o(.text+0x69):newbie.c: undefined reference to `isc_sqlcode@4'
>newbie.o(.text+0x8e):newbie.c: undefined reference to `isc_detach_database@8'
>newbie.o(.text+0x9e):newbie.c: undefined reference to `isc_sqlcode@4'
>make: *** [all] Error 1
>--------------------------------
compiled FB yourself? Anyway, play with switches, such as --kill-at,
--enable-stdcall-fixup and so on.
>So is the problem in nonexistence of fbclient.def?Probably, this is problem with non-existing import library...
SY, Dimitry Sibiryakov.