HaichaoZhu opened a new issue #14235: /usr/bin/ld: cannot find -lsatlas
URL: https://github.com/apache/incubator-mxnet/issues/14235
 
 
   
   ## Description
   I got an error in when compile mxnet with "make -j4". At last stage, 
"/usr/bin/ld: cannot find -lsatlas" happened. It looks like:
   `a - build/src/kvstore/kvstore_utils.o`
   `a - build/src/kvstore/kvstore.o`
   `a - build/src/resource.o`
   `a - build/src/libinfo.o`
   `a - build/src/initialize.o`
   `/usr/bin/ld: cannot find -lsatlas`
   `collect2: error: ld returned 1 exit status`
   `make: *** [lib/libmxnet.so] Error 1`
   `make: *** Waiting for unfinished jobs....`
   `/usr/bin/ld: cannot find -lsatlas`
   `collect2: error: ld returned 1 exit status`
   `make: *** [bin/im2rec] Error 1`
   
   
   ## Environment info 
   
   ```
   ----------Python Info----------
   ('Version      :', '2.7.5')
   ('Compiler     :', 'GCC 4.8.5 20150623 (Red Hat 4.8.5-28)')
   ('Build        :', ('default', 'Jul 13 2018 13:06:57'))
   ('Arch         :', ('64bit', 'ELF'))
   ------------Pip Info-----------
   ('Version      :', '8.1.2')
   ('Directory    :', '/usr/lib/python2.7/site-packages/pip')
   ----------MXNet Info-----------
   No MXNet installed.
   ----------System Info----------
   ('Platform     :', 
'Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with-centos-7.5.1804-Core')
   ('system       :', 'Linux')
   ('node         :', 'spectre11')
   ('release      :', '3.10.0-862.14.4.el7.x86_64')
   ('version      :', '#1 SMP Wed Sep 26 15:12:11 UTC 2018')
   
   ```
   
   Package used :
   Currently Loaded Modulefiles:
      (1) shared                    (3) moab/9.0.2(default)       (5) gcc/6.3.0 
                (7) lapack/gcc/3.6.1
      (2) torque/6.0.3(default)     (4) intel/license             (6) 
openblas/dynamic/0.2.18
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to