Issue 5119 - patches needed to compile OOO_STABLE_1 with gcc 3.1 for Linux
Summary: patches needed to compile OOO_STABLE_1 with gcc 3.1 for Linux
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Other Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: khendricks
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-21 21:30 UTC by khendricks
Modified: 2007-06-25 22:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
adds CCNUMVER to SCPDEFS for selectring right libstdc++ (315 bytes, patch)
2002-05-21 21:42 UTC, khendricks
no flags Details | Diff
fixes the CLK_TCK issue for glibc 2.2.5 (692 bytes, patch)
2002-05-21 21:42 UTC, khendricks
no flags Details | Diff
allows proper libstdc++ to be chosen in product and scp (2.75 KB, patch)
2002-05-21 21:43 UTC, khendricks
no flags Details | Diff
some ppc specific changes for structure alignment, stlport 4.5, etc (3.15 KB, patch)
2002-05-21 21:44 UTC, khendricks
no flags Details | Diff
fix awk script to handle gcc -dumpversion = 3.1 (328 bytes, patch)
2002-05-21 21:44 UTC, khendricks
no flags Details | Diff
fix problems with configure.in (477 bytes, patch)
2002-05-21 21:45 UTC, khendricks
no flags Details | Diff
more configure.in fixes and cppu fix for lbnames.h for gcc 3.1 (2.98 KB, patch)
2002-05-21 21:46 UTC, khendricks
no flags Details | Diff
fix for ppc gcc 3.1 compiler bug in tools/inc/solmath.hxx (1.28 KB, patch)
2002-05-21 21:47 UTC, khendricks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description khendricks 2002-05-21 21:30:40 UTC
Hi, 
 
I have collected the patches needed for OOO_STABLE_1 to be compiled with gcc 
3.1 
 
I will attach each one with a short description to this isue. 
 
Also included are some ppc linux specific fixes for gcc 3.1 compiler issues 
 
To build on linux x86 or ppc with gcc 3.1, start with OOO_STABLE_1 and add 
these patches. 
 
May I have permission to commit all of these changes to OOO_STABLE_1? 
 
Thanks, 
 
Kevin
Comment 1 khendricks 2002-05-21 21:40:45 UTC
Adding patches: 
 
CLK_TCK.patch - neede for glibc 2.2.5 
 
gcc31-product.patch - uses CCNUMVER to choose the right libstdc++ 
 
getcompver.patch - fixes solenv awk script to handle "3.1" 
 
ccnumver-settings.patch - sets SCPDEFS with CCNUMVER 
 
openoffice-config-fixes.patch - fixes a bug in configure.in 
                                (from Mandrakesoft) 
 
openoffice-gcc31.patch - fixes --version for configure.in 
                         and fixes cppu/ lbnames.h as well 
                         (from Mandrakesoft) 
 
gcc3-misc-changes.patch - fix cppu ppc alignment issues,  
                          use for -fPIC in libstdc++.a, 
                          other unxlngppc4.mk updates 
 
 
ppc-compbug-tools.patch - fix for gcc 3.1 ppc compiler bug in 
                          tools/inc/solmath.hxx 
 
 
All of these are being attached. 
 
Kevin 
 
Comment 2 khendricks 2002-05-21 21:42:00 UTC
Created attachment 1720 [details]
adds CCNUMVER to SCPDEFS for selectring right libstdc++
Comment 3 khendricks 2002-05-21 21:42:41 UTC
Created attachment 1721 [details]
fixes the CLK_TCK issue for glibc 2.2.5
Comment 4 khendricks 2002-05-21 21:43:47 UTC
Created attachment 1722 [details]
allows proper libstdc++ to be chosen in product and scp
Comment 5 khendricks 2002-05-21 21:44:29 UTC
Created attachment 1723 [details]
some ppc specific changes for structure alignment, stlport 4.5, etc
Comment 6 khendricks 2002-05-21 21:44:58 UTC
Created attachment 1724 [details]
fix awk script to handle gcc -dumpversion = 3.1
Comment 7 khendricks 2002-05-21 21:45:44 UTC
Created attachment 1725 [details]
fix problems with configure.in
Comment 8 khendricks 2002-05-21 21:46:32 UTC
Created attachment 1726 [details]
more configure.in fixes and cppu fix for lbnames.h for gcc 3.1
Comment 9 khendricks 2002-05-21 21:47:06 UTC
Created attachment 1727 [details]
fix for ppc gcc 3.1 compiler bug in tools/inc/solmath.hxx
Comment 10 khendricks 2002-05-21 21:48:29 UTC
Hi, 
 
All patches are now present.  I also have a ppc linux 
gcc3_mozilla.patch for mozilla from Franz Sirl if you want to try to 
build the addressbook stuff 
 
Thanks, 
 
Kevin 
 
Comment 11 khendricks 2002-06-01 13:05:22 UTC
 Hi, 
 
I am changing this to started so that the nasty reminder message 
doesn't come anymore. 
 
What is the status on these patches?   
 
May I commit them? 
 
Thanks, 
 
Kevin 
 
Comment 12 khendricks 2002-06-11 16:13:48 UTC
Hi, 
 
fixed and updated versions of these patches have now all been 
commited to OOO_STABLE_1 so that OOo 1.0.1 source should compile out 
of the box with a recent gcc 3.1. 
 
Thanks, 
 
So resolving this as "fixed" and will close it when OOo 1.0.1 has 
shipped. 
 
Thanks, 
 
Kevin 
 
Comment 13 Martin Hollmichel 2007-06-25 22:41:15 UTC
close issue.