All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TOOLS] ioemu: linking fix for *BSD
@ 2008-08-14  8:59 Christoph Egger
  2008-08-14  9:21 ` Ian Jackson
  2008-08-14  9:31 ` Daniel P. Berrange
  0 siblings, 2 replies; 12+ messages in thread
From: Christoph Egger @ 2008-08-14  8:59 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]


Hi,

Attached patch tells the linker where to find

        libxenctrl.so.3.2, libxenguest.so.3.2 and libxenstore.so.3.0

when launching qemu-dm.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>


-- 
AMD Saxony, Dresden, Germany
Operating System Research Center

Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
   Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
   AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
   Dr. Hans-R. Deppe, Thomas McCoy

[-- Attachment #2: tools_qemu.diff --]
[-- Type: text/x-diff, Size: 481 bytes --]

diff -r da236d7f59b9 tools/ioemu/Makefile.target
--- a/tools/ioemu/Makefile.target	Wed Aug 13 22:22:21 2008 +0900
+++ b/tools/ioemu/Makefile.target	Thu Aug 14 10:29:22 2008 +0200
@@ -544,7 +544,7 @@ ifdef CONFIG_STUBDOM
 ifdef CONFIG_STUBDOM
 	$(AR) rcs $@ $(VL_OBJS)
 else
-	$(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(VL_LIBS)
+	$(CC) $(VL_LDFLAGS) -Wl,-rpath,$(LIBDIR_x86_64) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(VL_LIBS)
 endif
 
 cocoa.o: cocoa.m

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-08-15 12:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14  8:59 [PATCH][TOOLS] ioemu: linking fix for *BSD Christoph Egger
2008-08-14  9:21 ` Ian Jackson
2008-08-14  9:29   ` Christoph Egger
2008-08-14  9:34     ` Ian Jackson
2008-08-14  9:54       ` Christoph Egger
2008-08-14  9:58         ` Ian Jackson
2008-08-14 10:07           ` Christoph Egger
2008-08-14 10:12             ` Ian Jackson
2008-08-15 11:54               ` Christoph Egger
2008-08-15 12:07                 ` Christoph Egger
2008-08-14  9:31 ` Daniel P. Berrange
2008-08-14  9:59   ` Christoph Egger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.