User Tools

Site Tools


nix:gcc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
nix:gcc [2017/05/15 14:17] kauffmannix:gcc [2017/12/05 12:03] kauffman
Line 22: Line 22:
  
 <code> <code>
-kauffman3@green:~$ module --terse avail+kauffman3@green:~$ module --terse avail
 /etc/environment-modules/modules: /etc/environment-modules/modules:
 cmake/3.1.1 cmake/3.1.1
Line 101: Line 101:
 </code> </code>
  
-If building a package you will want to use ''checkinstall''. Replace ''make install'' something like the following:+===== Troubleshooting ===== 
 +==== 'module' command not found ==== 
 +To resolve you may have to do the following:
 <code> <code>
-checkinstall \ +source /etc/profile.d/modules.sh
-  --strip=no \ +
-  --stripso=no \ +
-  --umask=022 \ +
-  --install=no \ +
-  --pkgname='gcc-uofc-cs'+
-  --pkgversion='4.9.3' \ +
-  --pkgrelease='1'+
-  --pkggroup='devel'+
-  --maintainer='Techstaff \<techstaff@cs.uchicago.edu\>'+
-  --review-control \ +
-  make install+
 </code> </code>
/var/lib/dokuwiki/data/pages/nix/gcc.txt · Last modified: 2021/01/20 12:25 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki