[Dbbalancer-users] Possible typo with the configure script
Status: Alpha
Brought to you by:
xperience
From: Dushyanth H. <dus...@di...> - 2004-05-19 13:16:16
|
Hi, Line 3398 in the configure script. ace_lib is defined like below.. ace_lib="-L$ACE_BASE/ace_ -lACE" ^ Note the underscore, when i run make it fails due to this. I fixed by removing the underscore.. ace_lib="-L$ACE_BASE/ace -lACE" regards dushyanth |