Zha0q1 commented on issue #18855:
URL: 
https://github.com/apache/incubator-mxnet/issues/18855#issuecomment-668872058


   Alright I tried the static build scripts under /tools
   This is what I got 
   ```
   ubuntu@ip-172-31-12-248:~/incubator-mxnet$ ldd lib/libmxnet.so 
        linux-vdso.so.1 (0x00007fff525c4000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb1116b7000)
        libopenblas.so.0 => /home/ubuntu/incubator-mxnet/lib/libopenblas.so.0 
(0x00007fb10efc4000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fb10edbc000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007fb10eb9d000)
        libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 
(0x00007fb10e96e000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x00007fb10e5e5000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb10e247000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x00007fb10e02f000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb10dc3e000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb1192fc000)
        libgfortran.so.4 => /home/ubuntu/incubator-mxnet/lib/libgfortran.so.4 
(0x00007fb10d85f000)
        libquadmath.so.0 => /home/ubuntu/incubator-mxnet/lib/libquadmath.so.0 
(0x00007fb10d61f000)
   ```
   
   It looks like libmxnet is still dependent on libopenblas. Am I doing this 
wrong or should I config the script in some ways? @leezu 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to