Okay I am trying to get a daemon up and running on my web server where mysqlpp is not installed which my daemon requires. So since my access there is limited I thought I should just link it staticly. But when I tried to configure the library to compile it as static it just didn't....
./configure --enable-static make su -c "make install"
This only compiles and installs dynamic libraries.
Anyway so I was wondering if there's ome way to convert a dynamic library to a static one or tell ld to link it as static.
I've searched google after it and this forum. Didn't find anything helpfull except for "ld -static" which I guess tells ld to only link with static libraries?
Edited by Groogy, 15 February 2010 - 07:37 AM.
Solved the problem


Sign In
Create Account


Back to top









