On Jan 6, 2011, at 5:52 PM, Donn Washburn wrote:

> Well I have followed your request to try exec-prefix=${prefix} and  
> completely reloaded a fresh cvs source.  And have used nothing but  
> autogen.sh and ./configure.  After it built it I did "make -n  
> install" and it is /bin still.   I used my brlcad-conf-it script  
> (which I can send you if you wish).  I still think it is a autoconf  
> version headache.

Setting exec-prefix manually was merely a suggestion to see if that  
fixed the problem during install as a test, but not really a solution  
to the problem.  For it to work, you would have needed to also set  
the variable during install too (e.g., make install exec-prefix=/ 
usr), so it's consistent that it still tried to install to /bin  
without it.

That said, the real test would be to use a clean source checkout and  
NOT run the autogen.sh script.  Only run configure and make, then see  
what variables are set in the top-level Makefile (e.g., grep "prefix  
= " Makefile).  I'd recommend starting there with checkout+configure 
+checkmakefile then trying checkout+autogen.sh+configure 
+checkmakefile.  Report back here whether either or both of those  
steps have empty prefix or exec_prefix variables.

> I feel it is a autoconfig new version problem.

Probably, but if that's true then the build should work fine if you  
avoid running autogen.sh.

Cheers!
Sean


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to