New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gcc-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcc-prebuilt

The latest gcc (the Gnu Compiler Collection) prebuilt for Debian-like (e.g. Ubuntu) gnu/linux distros

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

#gcc-prebuilt

npm version

Latest release: gcc-6.1.0-linux-gnu-x86_64-prebuilt

gcc-prebuilt is the latest gcc (the GNU Compiler Collection) prebuilt for Debian-like (e.g. Ubuntu) gnu/linux distros. It is configured for languages c,c++,go,fortran,objc,obj-c++. The gcc's source code has not been touched at all. More precisely, gcc-prebuilt is just the ready-to-use latest gcc that is built from the gcc's official source code (without any changes to the source code), configured with the following options, and is made for x86_64 Debian-like gnu/linux distros.

gcc-prebuilt is configured with these options (after installation, you can run gcc -v to see this):

Configured with: ../gcc-6.1.0/configure --with-pkgversion='gcc-6.1.0-linux-gnu-x86_64-prebuilt v1.0.0' --with-bugurl=https://github.com/mawni/gcc-prebuilt/issues --prefix=/usr/local/gcc-6.1.0 --libexecdir=/usr/local/gcc-6.1.0/lib --enable-languages=c,c++,go,fortran,objc,obj-c++ --enable-shared --enable-linker-build-id --enable-threads=posix --enable-nls --enable-gnu-unique-object --disable-browser-plugin --enable-objc-gc --disable-multilib --disable-werror --with-system-zlib --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu.

gcc-prebuilt installer asks the user for --prefix as the gcc's installation top directory. gcc-prebuilt can be installed in one of:

  1. $HOME

  2. $HOME/.local

  3. /usr/local (require root privileges)

####Install

Please use npm install -g gcc-prebuilt. If you encounter with a problem or getting EACCES error, read fixing-npm-permissions. If still not successful, please report that in issues; It will be responded back as fast as possible.

Enjoy using gcc-prebuilt.

Keywords

FAQs

Package last updated on 10 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc