rawhide report: 20050309 changes

Nils Philippsen nphilipp at redhat.com
Thu Mar 10 20:57:48 UTC 2005


On Wed, 2005-03-09 at 17:35 -0500, Jakub Jelinek wrote:
> On Thu, Mar 10, 2005 at 02:11:27AM +0100, Nils Philippsen wrote:
> > --- 8< ---
> > #!/bin/bash
> > 
> > if type -path gcc296 >&/dev/null; then
> >     # RHEL3
> >     exec gcc296 "$@"
> > else
> >     # Wrap gcc so that it uses version 2.96 of the libgcc library to link
> >     # Oracle binaries
> >     exec /usr/bin/gcc.bin -B /usr/lib/gcc-lib/i386-redhat-linux/2.96 -static-libgcc "$@"
> 
> -B argument should be / terminated, i.e. -B /usr/lib/gcc-lib/i386-redhat-linux/2.96/

Good to know, will change that immediately (it's a script SAP customers
get when installing Oracle on RHEL/x86).

Thanks,
Nils
-- 
     Nils Philippsen    /    Red Hat    /    nphilipp at redhat.com
"They that can give up essential liberty to obtain a little temporary
 safety deserve neither liberty nor safety."     -- B. Franklin, 1759
 PGP fingerprint:  C4A8 9474 5C4C ADE3 2B8F  656D 47D8 9B65 6951 3011




More information about the fedora-devel-list mailing list