Am Samstag, 19. November 2005 02:41 schrieb Tim Blechmann:
hi all,
i'm trying to build libfst-0.6 with wine-20050930 ...
this gives me the following error message:
make[1]: Entering directory `/home/tim/sandbox/fst-1.6/fst'
LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -fPIC -o
libfst.spec.c --exe libfst -mgui pthread.o interlocked.o gettid.o
libwinelib.o vstwin.o fstinfofile.o fst.o -L/usr/lib/wine
-L/usr/lib/wine -ladvapi32 -lcomdlg32 -lgdi32 -lkernel32 -lodbc32
-lole32 -loleaut32 -lshell32 -luser32 -lwinspool
winebuild: executable must be named via the -F option
make[1]: *** [libfst.spec.c] Error 1
make[1]: Leaving directory `/home/tim/sandbox/fst-1.6/fst'
make: *** [fst] Error
any idea?
thanks ... tim
Hi Tim,
that easy. I just added the -F option after --exe ...
e.g. $(LDPATH) $(WINEBUILD) -fPIC -o $@ --exe -F$(fst_exe_MODULE)...
good luck,
Martin