From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH][TOOLS] ioemu: linking fix for *BSD Date: Thu, 14 Aug 2008 10:59:20 +0200 Message-ID: <200808141059.20930.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_oP/oIewwEO/zXAJ" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_oP/oIewwEO/zXAJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 =2D-=20 AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Gesch=E4ftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplement=E4r: AMD Saxony LLC (Sitz Wilmington, Delaware, USA) Gesch=E4ftsf=FChrer der AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy --Boundary-00=_oP/oIewwEO/zXAJ Content-Type: text/x-diff; charset="iso-8859-1"; name="tools_qemu.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tools_qemu.diff" 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 --Boundary-00=_oP/oIewwEO/zXAJ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_oP/oIewwEO/zXAJ--