I think its a very lame request but I am new to make files. So it requires us to include rules.mk and package.mk.Can you provide me a basic or generic coded version of such files that can run on my system. I am using ubuntu on dell vostro 32bit. I need libcurl to run on my router which is running white russian. I am building a package for it using SDK for white russian 0.9. But while cross-compiling my basic c code using curl.h it gives me error that libcurl.so requires libc.so.6 and libdl.so.2. however both these are available in the same directory. Path to these libraries are also mentioned in linker. I think the libcurl.so i am using is not the right one so i need this Libcurl
I think its a very lame request but I am new to make files. So it requires us to include rules.mk and package.mk.Can you provide me a basic or generic coded version of such files that can run on my system. I am using ubuntu on dell vostro 32bit. I need libcurl to run on my router which is running white russian. I am building a package for it using SDK for white russian 0.9. But while cross-compiling my basic c code using curl.h it gives me error that libcurl.so requires libc.so.6 and libdl.so.2. however both these are available in the same directory. Path to these libraries are also mentioned in linker. I think the libcurl.so i am using is not the right one so i need this Libcurl