This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:compiling_gcc [2012/09/17 14:06] adymond [GDB : the GNU debugger (optional)] |
howto:compiling_gcc [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| Note on the lib folder naming conventions, | Note on the lib folder naming conventions, | ||
| - | libraries 64 bit by default, and some 32 bit libraries as well. So on Ubuntu | + | libraries 64 bit by default, and some 32 bit libraries as well. In Ubuntu |
| - | 12.04, the following library folder name convention is used | + | 12.04 for example, the following library folder name convention is used |
| / | / | ||
| However, on the login node which is little older, its the other way round. The | However, on the login node which is little older, its the other way round. The | ||
| - | lib folder refers to 32 libraries by default, while the lib64 is for 64 bit | + | lib folder refers to 32 bit libraries by default, while the lib64 is for 64 bit |
| - | folders. ie its has the following naming convention | + | libraries. ie its the chpc nodes have the following naming convention |
| / | / | ||