Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] build/link (Wine & 32-bit) problems
Date: Tue, 25 Oct 2005 17:00:15
Message-Id: 5bdc1c8b0510250957ka85dd12k876171601c66f5c6@mail.gmail.com
1 Hi,
2 There is a program I'm trying to build, located here
3
4 http://galan.sf.net/xfst-0.4.tar.gz
5
6 but it's apparently failing at a link stage with this message:
7
8 winegcc -mwindows -m32 -o xfst.exe audiomaster.o fst.o fstinfofile.o
9 gtk.o jfst.o vsti.o vstwin.o `pkg-config --libs gtk+-2.0`
10 `pkg-config --libs jack` `pkg-config --libs alsa` -L/usr/X11R6/lib
11 -lX11 -luuid
12 ld: Relocatable linking with relocations from format elf64-x86-64
13 (audiomaster.o) to format elf32-i386 (xfst.CCR7vY.o) is not supported
14 winebuild: ld -m elf_i386 -r failed with status 256
15 winegcc: winebuild failed.
16 make: *** [xfst.exe] Error 2
17
18 NOTE: It may be difficult for the casual observer to build this anyway
19 as it requires downloading some Windows files, modifying them and
20 placing them in the vst subdirectory.
21
22 The developer suggested that I try giving the linker a -m32
23 command, but I haven't figured out how to do that. I'm attaching the
24 make file for anyone willing to take a look.
25
26 Has anyone run into this sort of problem before?
27
28 Thanks,
29 Mark

Attachments

File name MIME type
xfst.Makefile.bz2 application/x-bzip2