Subject | Re: compile api1.c |
---|---|
Author | nightslord |
Post date | 2005-01-23T22:39:09Z |
Thanks. its work!
But must always use -L parameter?
to be another way?
But must always use -L parameter?
to be another way?
> Sorry, just noticed - that's an example app. You want to put a -Lin
> - man gcc is your friend. The command you likely want is "gcc
> -L/opt/firebird/lib -I/opt/firebird/include -lfbclient api1.c"