On 01/06/2011 12:11 PM, Christopher Sean Morrison wrote:
On Jan 6, 2011, at 12:53 PM, Donn Washburn wrote:
I give all of the variables to configure as a script so it can be
redone
if needed or a new version comes out.
I took a look on the net for "DESTDIR Linux" and found a GNU site
worth
viewing
" http://www.gnu.org/prep/standards/html_node/DESTDIR.html"
That doesn't change anything I said other to given the rationale
behind it. DESTDIR shouldn't be set for normal builds (unless you're
doing staged installs). Staged installs aren't really useful outside
of package management systems or build testing. Moreover, specifying
parameters to configure is only have the picture -- the values set in
the Makefile are what ultimately get used. What does your Makefile
have set for the bindir, prefix, and exec_prefix variables?
If any of them are empty, that would indicate a problem.
Sean
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.
Also this time it did build the src/options/tk and tcl Makefiles . ./misc/
Here is a short output of make -n install and my config file.
I feel it is a autoconfig new version problem.
--
73 de Donn Washburn
307 Savoy Street Email:" [email protected] "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB HAMs : " [email protected] "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
" http://counter.li.org " #279316
list='bolt coil fence gastank handle human picket_fence tire window
window_frame wire'; test -n "/bin" || list=; \
echo " /bin/sh ../../libtool --silent --silent --mode=install
/usr/bin/install -c $files '/bin$dir'"; \
/bin/sh ../../libtool --silent --silent --mode=install /usr/bin/install
-c $files "/bin$dir" || exit $?; \
test -z "/bin" || mkdir -p -- "/bin"
list='a-d bw-d c-d d-a d-bw d-f d-i d-u d2-c damdf dauto dauto2 dconv ddisp
dfft dmod dpeak dsel dstats dwin f-d f-i fhor i-a i-d i-f ihist imod istats
smod syn u-a u-bw u-d u-f umod ustats'; test -n "/bin" || list=; \
echo " /bin/sh ../../libtool --silent --silent --mode=install
/usr/bin/install -c $files '/bin$dir'"; \
/bin/sh ../../libtool --silent --silent --mode=install /usr/bin/install
-c $files "/bin$dir" || exit $?; \
test -z "/bin" || mkdir -p -- "/bin"
list='scriptsort script-tab tabinterp tabsub txyz-pl'; test -n "/bin" || list=;
\
echo " /bin/sh ../../libtool --silent --silent --mode=install
/usr/bin/install -c $files '/bin$dir'"; \
CFLAGS='-march=athlon-xp -mfpmath=sse -m32 -mabi=sysv' ./configure \
--with-cflags='-march=athlon-xp -mfpmath=sse -m32 -mabi=sysv' \
--prefix='/usr/share/brlcad' \
--exec-prefix=${prefix} \
--bindir='${exec-prefix}/bin' \
--sbindir='${exec-prefix}/sbin' \
--libexecdir='${exec-prefix}/share' \
--sysconfdir='/etc' \
--sharedstatedir='${prefix}/share' \
--localstatedir='/var' \
--libdir='${prefix}/lib' \
--includedir='${prefix}/include' \
--oldincludedir='/usr/include' \
--datarootdir='${prefix}/share' \
--infodir='${prefix}/share/info' \
--localedir='${prefix}/lib/locale' \
--mandir='/usr/share/man' \
--docdir='/usr/share/doc/packages/brlcad' \
--htmldir='${docdir}/html' \
--dvidir='${docdir}/dvi' \
--pdfdir='${docdir}/pdf' \
--psdir='${docdir}/ps' \
--with-tk=/usr/lib \
--with-tcl=/usr/lib \
--disable-documentation \
--with-x \
--with-x11 \
--with-ogl
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-users