Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 15752 ideas, 77802 comments, 1421719 votes

Idea #8240: Automatic Compiler



up
-17
down
Written by ubuntu_user123 the 8 May 08 at 19:12. Category: Programming.
Related to: Nothing/Others. Status: New
Description
There should be an automatic compiler for source packages which converts all source packages into a file appropriate for ubuntu. This compiler would have all necessary information about the operating system, such as the headers, and would compile the program without the need for terminal commands.

Tags: compiler deb

Attachments
No attachments.


Duplicates


Comments
mybunche wrote on the 9 May 08 at 10:38
This makes sense to me. I don't know much about it but maybe there are technical problems doing this.

Auzy wrote on the 9 May 08 at 11:19
This is a dupe.. And its not really possible.


Support My menuToGo concept when I post it as an idea officially.. That will make it alot easier. http://sourceforge.net/projects/menutogo/

holizz wrote on the 1 Jun 08 at 09:03
This idea is _not_ a duplicate of idea #8258: Deb builder gui. But I see no method of reporting it as such.

droetker wrote on the 10 Jul 08 at 20:44
---------------
#!/bin/sh

cd $packagedir
./configure
make
checkinstall
sudo dpkg -i $package
--------------


;-)

droetker wrote on the 10 Jul 08 at 20:45
but holizz is right, it is NOT a dupe of idea #8258.


Post your comment