Closed boegel closed 8 years ago
If the location to libuuid.a is specified via $LIBRARY_PATH, XALT runs into trouble at link time when using -luuid because the library can't be found anymore.
libuuid.a
$LIBRARY_PATH
-luuid
XALT should remember where libuuid.a was found at configure time.
This issue has been solved in the devel branch. XALT includes its own copy of libuuid
If the location to
libuuid.a
is specified via$LIBRARY_PATH
, XALT runs into trouble at link time when using-luuid
because the library can't be found anymore.XALT should remember where
libuuid.a
was found at configure time.