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:16] kauffmannix:gcc [2017/12/05 12:03] kauffman
Line 6: Line 6:
 Here is a list of packages we install as of 2017-05-02: Here is a list of packages we install as of 2017-05-02:
 <code> <code>
 +gcc
 gcc-4.7-uofc-cs gcc-4.7-uofc-cs
-gcc-4.8 +gcc-4.9-uofc-cs 
-gcc-4.8-base:amd64 +gcc-
-gcc-4.9 +gcc-5-base:amd64 
-gcc-4.9-base:amd64+gcc-5-multilib 
 +gcc-5.4-uofc-cs
 gcc-6-base:amd64 gcc-6-base:amd64
-gcc-uofc-cs+gcc-6-base:i386 
 +gcc-6.3-uofc-cs 
 +gcc-7.1-uofc-cs
 </code> </code>
  
Line 18: 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 97: 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