zhztheplayer commented on PR #7369:
URL: 
https://github.com/apache/incubator-gluten/pull/7369#issuecomment-2378349757

   ```
   [100%] Linking CXX shared library ../releases/libvelox.so
   Checking ld result of libvelox.so
   ld: warning: cannot find entry symbol _start; not setting start address
   Checking ldd result of libvelox.so
        linux-vdso.so.1 =>  (0x00007ffef44ea000)
        libgluten.so => 
/__w/incubator-gluten/incubator-gluten/cpp/build/releases/libgluten.so 
(0x00007f4fb1a8a000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f4fb1870000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f4fb166c000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f4fb1464000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4fb1248000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f4fb0f46000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f4fb0b78000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f4fb9bbf000)
   ```
   
   Log doesn't show libjemalloc.so as libvelox.so's dependency, which is good 
to me but is it expected?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to