On Friday 09 October 2009 13:48:42 Garrett Cooper wrote: > I'm posting the following diff as reference (it's compressed > because the entire diff is ~1.8MB) as I'm now going to commit the > following to CVS after 1.25 years of anticipation waiting for this > enhancement in the Makefiles to correct issues related to difficulty > primarily in 1) terms of maintenance, 2) lack of out-of-build-tree > support, and 3) the fact that we weren't following autoconf-like > practices for installation [ties into 1) and 2)]. > If there are any issues in building the sourcebase after this, > please consult the TODO file in the root directory to determine > whether or not it's a known issue. If the issue isn't listed there, > please email the list and CC me. I ran it on Fedora 10, Gentoo Linux, > and Ubuntu Feisty Fawn, so I tried to get as much coverage as possible > when making these changes.
seems like the compile step depends on install dirs. a simple make in a subdir fails with: $ make mkdir -p "/opt/ltp/testcases/bin" mkdir: cannot create directory `/opt/ltp': Permission denied make: *** [/opt/ltp/testcases/bin] Error 1 or if prefix isnt set: $ make mkdir -p "/testcases/bin" mkdir: cannot create directory `/testcases': Permission denied make: *** [/testcases/bin] Error 1 these are only needed during the install step -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
