windows Thunderbird build

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
jehan
Posts: 1
Joined: June 6th, 2005, 3:07 am

windows Thunderbird build

Post by jehan »

Hello,

I need to add the "-enable-extensions=pref" for windows thunderbird (The build worked fine on linux)
My problem is that with cygwin gcc and mingw , I always get :

Administrateur@pat4045 /cygdrive/c/mozillabuild/thunderbird/mozilla
$ ./configure
....
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking build system type... i686-pc-cygwin
checking for gcc... cl
checking whether the C compiler (cl ) works... no
configure: error: installation or configuration problem: C compiler cannot creat
e executables.

What is missing ? a cygwing package? a mingw , other ?

Here's what I put in my cygwin.bat

set MOZ_TOOLS=c:\mozillabuild\moztools
set PATH=c:\mozillabuild\mingw\bin;c:\cygwin\bin;%MOZ_TOOLS%\bin;%PATH%
rem set HOME=c:\mozillabuild
set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
set CXX=g++
set CPP=cpp
set AS=as
set LD=ld

thanks for your help.
old Neil Parks
Moderator
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old Neil Parks »

Moving to 3rd party builds forum.
User avatar
krmathis
Posts: 4699
Joined: May 24th, 2004, 9:40 pm
Location: Oslo, Norway
Contact:

Post by krmathis »

Have you installed GCC (GNU Compiler Collection)?
Type gcc --version and see if it responds.
nrthomas
Posts: 1988
Joined: February 9th, 2003, 3:25 pm

Post by nrthomas »

The last 20 lines of mozilla/config.log will provide more information on the specific problem.
Nick Thomas - Mozilla Release Engineer
Mook
Posts: 1752
Joined: November 7th, 2002, 9:35 pm

Post by Mook »

You may be missing "CC=gcc" in your .mozconfig (it looks like it's still trying to use MSVC for C files).
poot.
Post Reply