> such that the -fPIC which was present in my config.site CFLAGS is now > propagated to all valgrind components. > > So... is it expected that compiling valgrind with -fPIC makes it fail? > Should I file a bug report?
Best not to mess with the compile flags. The valgrind executables are statically linked, by design, so -fPIC is meaningless anyway (you'll get something that won't work.) J ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
