CrashedAgain <tedhansen@xxxxxxxxxxx> wrote: > `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/capi2032' > gcc -shared > -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_spec_fini > capi2032.spec.o cap20wxx.o capi2032.dll.dbg.o -o capi2032.dll.so > -L../../libs/wine -lwine -lcapi20 -L../../libs/port -lwine_port -lm > -lc > /usr/bin/ld: cannot find -lcapi20 > collect2: ld returned 1 exit status > make[2]: *** [capi2032.dll.so] Error 1 > make[2]: Leaving directory > `/mnt/hdb3/home/crashedagain/wine-20040121/dlls/capi2032' > make[1]: *** [capi2032/__install__] Error 2 > make[1]: Leaving directory > `/mnt/hdb3/home/crashedagain/wine-20040121/dlls' > make: *** [dlls/__install-lib__] Error 2 > root@desktop:/mnt/hdb3/home/crashedagain/wine-20040121# > > What is this file lcapi20 & where can I get it? -l capi20 means 'link with the library called capi20'. You don't have it installed. Search the packages for your distribution. > Also, how do I remove the locales from this source before compiling it? Try deleting them. Maybe that will work. Daniel _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users