Hi,
   There is a program I'm trying to build, located here

http://galan.sf.net/xfst-0.4.tar.gz

but it's apparently failing at a link stage with this message:

winegcc -mwindows -m32 -o xfst.exe audiomaster.o fst.o fstinfofile.o
gtk.o jfst.o vsti.o vstwin.o     `pkg-config --libs gtk+-2.0`
`pkg-config --libs jack` `pkg-config --libs alsa` -L/usr/X11R6/lib
-lX11   -luuid
ld: Relocatable linking with relocations from format elf64-x86-64
(audiomaster.o) to format elf32-i386 (xfst.CCR7vY.o) is not supported
winebuild: ld -m elf_i386 -r failed with status 256
winegcc: winebuild failed.
make: *** [xfst.exe] Error 2

NOTE: It may be difficult for the casual observer to build this anyway
as it requires downloading some Windows files, modifying them and
placing them in the vst subdirectory.

   The developer suggested that I try giving the linker a -m32
command, but I haven't figured out how to do that. I'm attaching the
make file for anyone willing to take a look.

   Has anyone run into this sort of problem before?

Thanks,
Mark

Attachment: xfst.Makefile.bz2
Description: BZip2 compressed data

Reply via email to