This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][graphite] Fix configure for PPL installed in /usr


Hi,

I just realized that when ppl is installed in /usr/ gcc does
not build as the ppl libs are not included in the ld line.
Okay for trunk?  I'm testing the patch below on amd64-linux.

Thanks,
Sebastian Pop
--
AMD - GNU Tools


	* configure.ac (ppllibs): Add by default the lib flags.
	* configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	(revision 142653)
+++ configure.ac	(working copy)
@@ -1315,7 +1315,7 @@ AC_SUBST(gmpinc)
 # Check for PPL
 ppl_major_version=0
 ppl_minor_version=10
-ppllibs=
+ppllibs=" -lppl_c -lppl -lgmpxx "
 pplinc=

 AC_ARG_WITH(ppl, [  --with-ppl=PATH         Specify prefix directory
for the installed PPL package


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]