good day! i would like to ask for your help. i am a computer science student and currently, doing my thesis. i, together with my group mates is implementing a system in linux that enables to add plug-ins (a plug-in can be an application or a functionality of the system) using shared objects. If we are to add, for example, an existing application in our system it has to be in the .so form. Dillo is one of the examples we considered to add in our system. It is also one way of testing if the plug-in function we are implementing really works. Regarding the dillo browser, we tried to make it as a shared object file using the command line "gcc -g -shared -Wl,-soname,dillo.so.0 \-o dillo.so dillo.o -lc" the problem is there are certain methods that cannot be recognized when we run the shared object that is produced using our system. those methods are undefined according to the system. We do not know if the paths of the libraries used by dillo have something to do with the error... or something else. we would like to ask if our way of making a shared object file is correct or applicable to dillo. if not, can u tell us how to make it as a shared object file - the proper way of making a shared object file. Also, can u let us know how to compile dillo manually, without using the make file. if you also have an advice regarding the problem/solution to the problem, we would appreciate it very much. thank you very much, sir. - jen __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com