Hi, ext [EMAIL PROTECTED] wrote: > Is there a standard way to ask for a specific library to be linked in > statically and the rest to be dynamic?
Just specify the static library you want to link with: gcc -o test -lsomedynamiclib my-static-libs/foobar.a > Specifically, I want to statically link in the SQLite library but leave > the rest of the linkage as is. - Eero _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers