tomazurro commented on issue #1740:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1740#issuecomment-1159662047

   the build error in your case is caused by the undefined references, which in 
turn are caused by an outdated build environment. I had the very same error 
with default gcc-Version 4.8.5 on centos 7 and solved it by updating to version 
7+ using slc:
   
   yum -y install centos-release-scl
   yum -y install devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-binutils
   scl enable devtoolset-7 bash
   gcc -v  
   [resp. your build command]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to