Author Topic: Packages for compiling common source code.  (Read 742 times)

Offline x2611

  • Jr. Member
  • **
  • Posts: 39
Packages for compiling common source code.
« on: March 23, 2012, 06:10:11 AM »
Hi all,

Searched around but no results. Is there a package that will install all software necessary to build the most common C, C++, X11, KDE and GTK source code? I'm always confronted with the annoying missing compilers messages. If there is no group installer, can someone provide a list of what I need to install? The configure error messages are rarely helpful.

Appreciate it.

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11539
  • ----IOFLU----
Re: Packages for compiling common source code.
« Reply #1 on: March 23, 2012, 06:33:04 AM »
Hi all,

Searched around but no results. Is there a package that will install all software necessary to build the most common C, C++, X11, KDE and GTK source code? I'm always confronted with the annoying missing compilers messages. If there is no group installer, can someone provide a list of what I need to install? The configure error messages are rarely helpful.

Appreciate it.

Not really. The basic tools are installed by default, but individual applications will require optional items which is what you see in the configure messages. Whatever it says it needs, install it through Synaptic.

Exactly what are you trying to compile, and why? There's no need for a normal user to compile any application on PCLinuxOS in order to install it. That's what your Synaptic package manager is for, unless your goal is to see how fast you can break your installation.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline x2611

  • Jr. Member
  • **
  • Posts: 39
Re: Packages for compiling common source code.
« Reply #2 on: March 23, 2012, 02:49:01 PM »
Thanks Old. I have a testbed install on Vmware and want to experiment with source code, so I'm not afraid to hose it. I was just wondering if there was a quick solution to my problem. I will try to decipher the config messages then.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Packages for compiling common source code.
« Reply #3 on: March 23, 2012, 03:40:22 PM »
If you're getting missing compiler messages, install gcc.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11539
  • ----IOFLU----
Re: Packages for compiling common source code.
« Reply #4 on: March 23, 2012, 03:42:43 PM »
Thanks Old. I have a testbed install on Vmware and want to experiment with source code, so I'm not afraid to hose it. I was just wondering if there was a quick solution to my problem. I will try to decipher the config messages then.

Just a time saver... before getting crazy with the compiling, make a backup copy of the .vdi file and put it in its own directory. If you blow the VM installation, copying back the backup .vdi will get you an instant recovery.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...