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

Re: Problems building CVS version on Woody



Hi,

Jérôme Warnier wrote:
> Oh no! Me, again ;-)

:)

> checking for gcc... gcc-3.2
> checking for C compiler default output... configure: error: C compiler
> cannot create executables
> See `config.log' for more details.
> make: *** [debian/stampdir/configure] Error 77
> 
> Honestly, I don't understand where it finds this gcc-3.2, it is not
> installed on the system, nothing seems hardcoded in debian/rules nor in

it is indirectly hardcoded in debian/rules :P

| # Read in important variables.
| include debian/scripts/vars
[...]

| # gcc version can be overriden by setting GCCVER in scripts/vars[.arch]
| ifneq "$(GCCVER)" ""
|   _CC=gcc-$(GCCVER)
|   CXX=g++-$(GCCVER)
| endif

it is hardcoded in debian/scripts/vars (GGCVER)

set GCCVER to 3.0 and you'll be happy :)

Grüße/Regards,

René

-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
      

Attachment: pgpyMEKZjNijj.pgp
Description: PGP signature


Reply to: