|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][TOOLS] ioemu: linking fix for *BSD
Christoph Egger writes ("[Xen-devel] [PATCH][TOOLS] ioemu: linking fix for
*BSD"):
> 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.
I'm confused as to why this is necessary.
> - $(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)
Surely LIBDIR_x86_64, ie /usr/lib64, should be on the linker path
already ? Also I think this is wrong on all 32-bit builds, surely.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|