Sylvain Pion
54c45209fc
s/WARNING/NOTE/ to remove useless warning.
2008-09-10 13:29:03 +00:00
Sylvain Pion
d851a6bd0a
s/WARNING/NOTE to avoid false warning detection.
2008-09-08 21:26:29 +00:00
Michael Hoffmann
66f802f363
Fix lib timestamp (nowadays there are many, just take the 1st...).
2008-06-18 14:13:52 +00:00
Michael Hoffmann
170ba8e6f3
Fix timestamp to use one lib only.
2008-05-28 08:26:01 +00:00
Sylvain Pion
3d64d5dca4
Intel compiler on Linux needs "-fp-mode strict" instead of "-mp".
2008-05-21 18:43:38 +00:00
Sylvain Pion
9c9360403f
Use the rights flags for stlport for SunPRO/Linux.
2008-01-20 21:05:02 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
57d46db509
Remove specific code for __MWERKS__.
...
I'm pretty sure this compiler is dead.
2008-01-03 16:56:54 +00:00
Sylvain Pion
b95fbae11a
Remove last traces of KCC
2008-01-02 17:28:16 +00:00
Laurent Rineau
e5beef8f58
Allow to specify RANLIB and CGAL_STATIC_LIB_CREATE from environment
...
This eases cross-compilations.
Tested on Linux, and Cygwin.
2007-10-02 15:56:51 +00:00
Sylvain Pion
148387fbde
Exclude <ciso646> from the list of tested standard C++ headers
...
as it is useless (empty), not used by CGAL, and not provided by PGCC 7.
2007-08-19 14:12:41 +00:00
Sylvain Pion
47af1406a2
Remove CGAL_CFG_CCTYPE_MACRO_BUG, it's not needed anymore.
2007-08-08 14:20:50 +00:00
Efi Fogel
5d05e738fb
suppress build of CGALBenchmark if BOOST_PROGRAM_OPTIONS is not available
2007-07-28 08:58:32 +00:00
Sylvain Pion
424c5560b3
Intel 9 is supported.
2007-07-19 00:02:50 +00:00
Marc Glisse
a1c5dc9633
Useless on the linux version of sunpro, seems to be the default there
...
since the true release.
2007-06-16 16:03:51 +00:00
Marc Glisse
82b9c5eb56
Remove useless bit in sunpro options. CC understands -h, no need to pass
...
it straight to the linker.
2007-06-15 18:56:40 +00:00
Marc Glisse
df787b2418
Bug 6532605 in sunpro cannot be fixed without breaking the ABI, so it
...
won't be fixed. mangle6 is an ABI that is as close to the default ABI as
possible (the STL is compatible) but fixes issues with the default ABI. I
don't really know what the best option will be for the future (maybe
using the g++ compatibility mode when it becomes official).
2007-06-15 16:14:10 +00:00
Daniel Russel
014222d1cb
lib dir was wrong for libraries build using CGAL_MAKEFILE after CGAL is installed
2007-06-12 21:50:08 +00:00
Sylvain Pion
ab286a243f
Grrr... the build-all-at-once mode made the g++ 4.2 bug pop up again.
...
-fno-strict-aliasing is back.
Hopefully no user will hit it on 3.3...
2007-06-02 11:24:21 +00:00
Sylvain Pion
f7bf5e46c8
typo
2007-05-22 16:28:51 +00:00
Sylvain Pion
76fc826c38
Completely remove g++ pre-4.2 bug workaround.
2007-05-22 13:41:42 +00:00
Sylvain Pion
7cec95ffb9
Remove IRIX support.
2007-05-22 07:57:24 +00:00
Sylvain Pion
337e52bf44
The -fno-strict-aliasing workaround for g++ 4.2.0 does not seem necessary anymore.
2007-05-17 11:49:52 +00:00
Sylvain Pion
418c7aa532
Mention that wrapped standard files concern C++98.
2007-05-09 07:30:50 +00:00
Laurent Saboret
11b6f80083
Fixed test suite (cgal_test) for g++ on Cygwin
2007-05-04 17:54:26 +00:00
Daniel Russel
a8accd4e18
fix useless PACKNAME_INCL_DIR to list valid completions of PACKAGENAME
2007-04-28 17:35:05 +00:00
Joachim Reichel
aaff0e8c49
improve help message after discussion with Daniel
...
(reordering of options, rewording and reformmatting)
2007-04-28 17:04:31 +00:00
Joachim Reichel
3ce2ccf1bc
rename installed makefile from "makefile" to "cgal.mk"
2007-04-24 19:17:59 +00:00
Joachim Reichel
43164d2630
the second part of the diff of r38421 was unintentionally reversed in r38422,
...
re-reverse the changes
2007-04-24 18:30:55 +00:00
Daniel Russel
347198d891
another attempt to clean up after my svn mess. This revision should be 38295 + changes to the help message + some suppression of printing the list of all library names at startup + a warning that changing the install dir only works on Mac OS. Hopefully everything is right this time.
2007-04-23 23:21:24 +00:00
Joachim Reichel
975a8b3b07
reenable changes of r38142 (unintentionally reversed in r38351)
...
use LIBPATH_OPT instead of hardcoded -L when modifying the makefile
to be installed
2007-04-23 22:27:31 +00:00
Daniel Russel
4672d296ff
check in the correct version with only the help changes
2007-04-19 20:26:14 +00:00
Daniel Russel
6e6dc1d56d
improved help messages. Removed documentation -os as it was broken. moved list of all external libraries to log
2007-04-19 02:43:30 +00:00
Sylvain Pion
ed66966ab9
- Remove special treatment for g++ 2.* (option -ftemplate-depth required)
...
- Add -fno-strict-aliasing to CGAL_LIBS_OPTFLAGS for g++ 4.2.
(see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31268 )
2007-04-18 12:29:06 +00:00
Sylvain Pion
376284825c
Intel C++ warns about -O2, so replace it by -Od.
2007-04-18 11:32:15 +00:00
Michael Hoffmann
0ffba72ed8
Efi says slashed paths are ok for Windos.
2007-04-16 09:50:43 +00:00
Marc Glisse
8c80580bee
define SUNCC_COMPILER also on linux.
2007-04-07 13:12:40 +00:00
Laurent Rineau
0389b256f5
- add variables SUNCC_COMPILER and DARWIN_COMPILER in install_cgal
...
- add corresponding "REQUIRE/INCOMPATIBLE =" in several config/support files
2007-04-05 13:34:23 +00:00
Laurent Rineau
ea73c2a41a
small patch: the variable *_REQUIRED_BY were not filled
2007-04-05 11:49:54 +00:00
Andreas Meyer
5ce50139ff
yet another leda/friend injection-related commit. problem was previously,
...
that the workaround was only active, when performing non-interactive install
from cmdline. now, it is active on
* rebuild using old config/install file
* interactive install
* non-interactive fresh install
which should be complete.
2007-04-04 11:02:24 +00:00
Laurent Rineau
e14b2c7f4f
Quote parameters in "[ a = b ]".
2007-04-04 09:55:53 +00:00
Joachim Reichel
dd922458e4
fix misleading variable name
2007-04-03 20:37:12 +00:00
Joachim Reichel
954154978a
Darwin does not set RUNTIME_LINKER_FLAG, hence the old hack is still needed
2007-04-03 16:19:16 +00:00
Andreas Meyer
a2e451db51
g++-4.1/LEDA workaround: only apply, if LEDA is actually supported
2007-04-02 21:34:59 +00:00
Joachim Reichel
66f1eb5725
generate shared libraries with correct RPATH setting if --prefix is used
...
(does not work if the interactive installer is used and the installation
directory is changed after the libraries are build)
2007-04-02 17:24:41 +00:00
Andreas Meyer
d77bcac271
g++ 4.1 / LEDA needs CXXFLAGS "-ffriend-injection"
2007-04-01 11:53:51 +00:00
Sylvain Pion
d1506c70da
Move *Linux*pgCC* case before *Linux*CC* one otherwise it will match the wrong case.
2007-03-30 09:25:56 +00:00
Sylvain Pion
55e9ee28c9
Alternate match for SunCC on Linux.
2007-03-29 20:47:56 +00:00
Joachim Reichel
c079a5f471
reverse previous commit (causes problems with the interactive installer)
2007-03-26 18:24:29 +00:00
Joachim Reichel
cae96de071
generate libraries with correct RPATH definition if --prefix is used
...
remove Darwin-specific hack
2007-03-26 17:47:01 +00:00