I\'m compiling some code which uses libcurl on a Debian Linux system. My dev machine is running Debian 5 but I want the binary to be usable on older Debian 4 systems too.
Instead of using "-lcurl" use "-l:libcurl.so.3" And ofcourse also use "-L _installed_path_"