Pradip, If I recall my Microwindows/Nano-x programming, then there are several libraries you can link to: libnanox.so, etc. I think there is a set for menus and other GUIs as well. To provide a path where these libraries are (if they are not installed to a location already in the linker path), use the -Lpathname option. Then, in your compile/link command, use the -lname to link "libname". That is a lowercase L. You can find more details here: http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/Link-Options.html#Link-Options corey On Thu, 10 Feb 2005 15:08:06 +0000 (GMT), Pradip Singh <linux_porting@xxxxxxxxxxx> wrote: > Hi All, > > I am using gcc-3.4.1. I Have build the microwindows > application for arm target. I Have also build an > application using microwindows. Microwindows is build > as shared library. > > Now when i run the application I am getting the > following error: > > undefined symbol __modsi3 > > Can sombody tell me what is this problem? Do I need to > link any Library. If that is the case what is the > compiler option we need to pass. > > thanks and regards, > Pradip > > ________________________________________________________________________ > Yahoo! India Matrimony: Find your life partner online > Go to: http://yahoo.shaadi.com/india-matrimony >