|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libxl: fix linking error
Christoph Egger writes ("[Xen-devel] [PATCH] libxl: fix linking error"):
> Attached patch fixes linking error when creating the xl binary.
> The xl binary compiles in xl_cmdimpl.c which calls code from
> libxl_paths.c and libxl_bootloader.c.
...
> -$(CLIENTS): xl.o xl_cmdimpl.o xl_cmdtable.o libxlutil.so libxenlight.so
> +$(CLIENTS): xl.o xl_cmdimpl.o xl_cmdtable.o libxl_paths.o libxl_bootloader.o
> libxlutil.so libxenlight.so
This can't possibly be right. Files called "libxl_*.o" are parts of
libxl and should be in libxenlight.so.
I see, however, that Stefano has already applied it.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|