[fpc-pascal] UDF+FREEBSD+FIREBIRD
Marc Santhoff
M.Santhoff at t-online.de
Thu Nov 13 20:43:38 CET 2008
Am Donnerstag, den 13.11.2008, 18:59 +0200 schrieb KES:
> Здравствуйте, Marc.
>
> Вы писали 12 ноября 2008 г., 23:12:43:
> MS> Then I'd say the fault is clearly on the firebird side.
>
> MS> One last thing I'd try is to use another name (like with ld: using
> MS> -lmine is searching for "libmine.so", not only "mine.so"), if that
> MS> fails, too, it time for one of fpc's developers to comment or the
> MS> firebird people to investigate.
>
> what do you mean?
Try to give your library another name, preferably not having the string
"lib" in it. If the linker gets called it searches "libm" for a request
to link to "m". But I do not think that'll help ...
Better would be to push the verbosity of firebirds error messages up
(-vv or something like that) and investigate why it does not find the
lib.
Best tools for this job are syscall loggers like ktrace/strace/truss/...
(look in the ports tree), chances are good to find the problem in their
logging output.
Marc
More information about the fpc-pascal
mailing list