[Wine] more compile problems

CrashedAgain tedhansen at sasktel.net
Thu May 4 09:38:47 CDT 2006


still trying to get Turbocad LE working (see other post
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/thread/b27891438d4fa9fa).
Currently trying to compile wine 20040121 so that I can possibly
install two versions at the same time or at very least end up making a
.deb pkg that will install without being forced. Since I had trouble
with compiling from an up to date system,I managed to do the "configure
, make depends & make" running from an old Knoppix CD which seemed to
be compatible with compiling this old code. I had do the "make install"
from the new system because it is not possible to install applications
on a CD system. It appears there is a missing file, make install fails
with:

.....
make[2]: Entering directory
`/mnt/hdb3/home/crashedagain/wine-20040121/dlls/cabinet'
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   cabinet.dll.so /usr/local/lib/wine/cabinet.dll.so
make[2]: Leaving directory
`/mnt/hdb3/home/crashedagain/wine-20040121/dlls/cabinet'
cd `dirname capi2032/__install__` && make install
make[2]: Entering directory
`/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 at desktop:/mnt/hdb3/home/crashedagain/wine-20040121#

What is this file lcapi20 & where can I get it?

Also, how do I remove the locales from this source before compiling it?
Just trying to save some space & compiling time, this thing is huge & I
don't have much free space on my old laptop that I was using for
compiling.



More information about the wine-users mailing list