On Thu, 29 Nov 2007, Guillem Jover wrote:

> Better do something like:
> 
>   $ gcc -o test \
>       -lsomedynamiclib \
>       -Wl,-Bstatic -lsomestaticlib -Wl,-Bdynamic \
>       -lsomeotherdynamiclib \
>       ...
> 
> > > Specifically, I want to statically link in the SQLite library but leave 
> > > the rest of the linkage as is.
> 
> I'd say better not to statically link at all.


Which would mean having to deal with SQLite as a dependency of this 
package...




-- 
Aj.

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to