[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Oh no, what a really heavy bummer



Pigeon wrote:

> On Thu, Jan 23, 2003 at 03:22:44PM -0600, Ron Johnson wrote:
>
>>Here's how I do it:
>># apt-get source gqview=1.0.2-1
>># export CC=gcc-3.2 -Wall -O2 -mcpu=pentiumpro
>># apt-get --compile source gqview=1.0.2-1
>># dpkg -i gqview.deb
>>  alternatively:
>># apt-get --compile source gqview=1.0.2-1
>>
>
> Hmm. Just tried this... The 'apt-get source' works fine, but the
> 'apt-get --compile' doesn't. It wants to download the whole lot again;
> it appears to have forgotten that it's just done that. (ie, it does
> what man apt-get seems to suggest it will do.)
>


apt-get --compile source

is supposed to download the source and

apt-get --compile source

is supposed to download it and compile it.

If youdon't want to download it twice (why would you want to?) just skip
the former:

# export CC=gcc-3.2 -Wall -O2 -mcpu=pentiumpro
# apt-get --compile source gqview=1.0.2-1
# dpkg -i gqview.deb


Andreas





--
Prof. Dr. Andreas J. Guelzow
http://www.math.concordia.ab.ca/aguelzow




Reply to: