From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2000-November/000057.html | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 pipermail/nel/2000-November/000057.html (limited to 'pipermail/nel/2000-November/000057.html') diff --git a/pipermail/nel/2000-November/000057.html b/pipermail/nel/2000-November/000057.html new file mode 100644 index 00000000..d4a2708f --- /dev/null +++ b/pipermail/nel/2000-November/000057.html @@ -0,0 +1,86 @@ + + + + [Nel] [patch] configure issue on GNU/Linux + + + + + + +

[Nel] [patch] configure issue on GNU/Linux

+ David =?iso-8859-1?q?Mentr=E9?= + David.Mentre@irisa.fr
+ 28 Nov 2000 11:04:18 +0100 +

+
+ +
Hi all nelers,
+
+Issue:
+
+ With the current connfigure.in, the freetype availability test use cc
+ rather than c++ to make the test, resulting in test failure due to
+ unset include path.
+
+Solution:
+
+ Use c++ as the default compiler for TRY_COMPILE macros.
+
+Path:
+
+--- configure.in.old    Tue Nov 28 10:22:18 2000
++++ configure.in        Tue Nov 28 10:50:10 2000
+@@ -23,6 +23,7 @@
+ dnl Checks for programs.
+ 
+ AC_PROG_MAKE_SET
++AC_LANG_CPLUSPLUS
+ 
+ AC_PROG_CC
+ AC_PROG_CXX
+
+
+Comment:
+
+ With this patch, configures works properly. And compilation worked
+ until my quota was full. ;)
+
+
+Best regards,
+d.
+-- 
+ David.Mentre@irisa.fr -- http://www.irisa.fr/prive/dmentre/
+ Opinions expressed here are only mine.
+
+
+ + + + + + + +
+

+ -- cgit v1.2.1