[build-farm] 286: Change VCSN related compilation stuffs.

demos précisé à la main car c'est désormais une règle à part. Index: caracas.fns =================================================================== --- caracas.fns (revision 285) +++ caracas.fns (working copy) @@ -12,18 +12,18 @@ CXX=g++-3.4 CC=gcc-3.4 -test_tree vaucanson +test_tree vaucanson bootstrap configure build demos install distcheck CC=gcc-4.0 CXX=g++-4.0 -test_tree vaucanson-gcc4.0 +test_tree vaucanson-gcc4.0 bootstrap configure build demos install distcheck CC=icpc # fixme: to remove ccache CXX=icpc -CXXFLAGS="-D_LINUX -cxxlib-icc -I/home/lrde/admin/lrde/usr/include/c++/" +export CXXFLAGS="-D_LINUX -cxxlib-icc -I/home/lrde/admin/lrde/usr/include/c++/" PATH=$PATH:/home/lrde/admin/lrde/usr/bin export LD_LIBRARY_PATH=/home/lrde/admin/lrde/usr/lib/ -test_tree vaucanson-icc +test_tree vaucanson-icc bootstrap configure build demos install distcheck CXX=g++ test_tree ranch

michael.cadilhac@lrde.org (Michaël Cadilhac) writes:
+export CXXFLAGS="-D_LINUX -cxxlib-icc -I/home/lrde/admin/lrde/usr/include/c++/"
Malgré cela, je n'arrive pas à propager les CXXFLAGS. Une idée qq ? -- | Le copillage-collage Michaël `Micha' Cadilhac | | tue le programmeur. cadilh_m - Epita 2007 - CSI | | -- Dictons LRDE JID: micha@amessage.be | `-- - - - - --'

"Michaël" == Michaël Cadilhac <michael.cadilhac@lrde.org> writes:
Michaël> michael.cadilhac@lrde.org (Michaël Cadilhac) writes:
+export CXXFLAGS="-D_LINUX -cxxlib-icc -I/home/lrde/admin/lrde/usr/include/c++/"
Michaël> Malgré cela, je n'arrive pas à propager les CXXFLAGS. Une idée qq ? Pas normal. Vous utilisez CXXFLAGS correctement dans vos Makefile.am ? (i.e., vous n'êtes pas censés y toucher)

Roland Levillain <roland@lrde.epita.fr> writes:
"Michaël" == Michaël Cadilhac <michael.cadilhac@lrde.org> writes:
Michaël> michael.cadilhac@lrde.org (Michaël Cadilhac) writes:
+export CXXFLAGS="-D_LINUX -cxxlib-icc -I/home/lrde/admin/lrde/usr/include/c++/"
Michaël> Malgré cela, je n'arrive pas à propager les CXXFLAGS. Une idée qq ?
Pas normal. Vous utilisez CXXFLAGS correctement dans vos Makefile.am ? (i.e., vous n'êtes pas censés y toucher)
Désormais ça marche, désolé de ne pas l'avoir signalé. -- | Un certain Blaise Pascal Michaël `Micha' Cadilhac | | etc... etc... cadilh_m - Epita 2007 - CSI | | -- Prévert (Les paris stupides) JID: micha@amessage.be | `-- - - - - --'
participants (2)
-
michael.cadilhac@lrde.org
-
Roland Levillain