Re: [CentOS] Compiling thunderbird

2011-01-06 Thread lhecking
lheck...@users.sourceforge.net writes: > Rob Kampen writes: > > lheck...@users.sourceforge.net wrote: > > >> As far as I can tell, all objects are being compiled with -fPIC. And > > >> -m64. > > >> Including gfxUserFontSet.cpp. > > > It's a bug, and I was able to compile it by applying the fix fro

Re: [CentOS] Compiling thunderbird

2011-01-06 Thread lhecking
Rob Kampen writes: > lheck...@users.sourceforge.net wrote: > >> As far as I can tell, all objects are being compiled with -fPIC. And -m64. > >> Including gfxUserFontSet.cpp. > > It's a bug, and I was able to compile it by applying the fix from here: > > > > https://bugzilla.mozilla.org/show_bug.cg

Re: [CentOS] Compiling thunderbird

2011-01-06 Thread Rob Kampen
lheck...@users.sourceforge.net wrote: As far as I can tell, all objects are being compiled with -fPIC. And -m64. Including gfxUserFontSet.cpp. It's a bug, and I was able to compile it by applying the fix from here: https://bugzilla.mozilla.org/show_bug.cgi?id=615196 So ar

Re: [CentOS] Compiling thunderbird

2011-01-06 Thread lhecking
> As far as I can tell, all objects are being compiled with -fPIC. And -m64. > Including gfxUserFontSet.cpp. It's a bug, and I was able to compile it by applying the fix from here: https://bugzilla.mozilla.org/show_bug.cgi?id=615196 -

Re: [CentOS] Compiling thunderbird

2011-01-05 Thread lhecking
> /usr/bin/ld: gfxUserFontSet.o: relocation R_X86_64_PC32 > against `ots::Process(ots::OTSStream*, unsigned char > const*, unsigned long, bool)' can not be used when > making a shared object; recompile with -fPIC > /usr/bin/ld: final link failed: Bad value collect2: ld > returned 1 exit status >

Re: [CentOS] Compiling thunderbird

2011-01-05 Thread Keith Roberts
On Wed, 5 Jan 2011, lheck...@users.sourceforge.net wrote: To: centos@centos.org From: lheck...@users.sourceforge.net Subject: [CentOS] Compiling thunderbird I'm following this thread here http://www.centos.org/modules/newbb/viewtopic.php?topic_id=23749&forum=38 to build an rpm for thunde