masaori335 commented on PR #9141: URL: https://github.com/apache/trafficserver/pull/9141#issuecomment-1278305298
I checked with the devtoolset-9 on centos7 (similar env of #8529), it looks like this change works with `ld`. ``` configure:30542: cc -o conftest -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -I/opt/jemalloc/include -L/opt/jemalloc/lib -Wl,--as-needed -Wl,-rpath,/opt/jemalloc/lib -Wl,--no-as-needed conftest.c -ljemalloc -lpthread -ldl >&5 configure:30542: $? = 0 configure:30559: result: -ljemalloc configure:30573: checking jemalloc/jemalloc.h usability configure:30573: cc -c -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -I/opt/jemalloc/include conftest.c >&5 configure:30573: $? = 0 configure:30573: result: yes ... LD='/opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld -m elf_x86_64' ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
