Re: [gentoo-user] emerge php not working

2003-08-14 Thread downtime null
i guessed that would work, but didn't try it. i wanted to see if there
was some reason for this that i didn't uderstand yet.

but i went ahead and did the link thing and it's working...

On Tue, Aug 05, 2003 at 08:12:38AM +0800, William Kenworthy wrote:
> I have an older system that fails to install gnome-spell as its looking
> for the gcc library path of 3.2.1.  gcc-config has been used, and I have
> grepped everything I can think of and cant find where its looking for
> this link.  Eventually sim-linked 3.2.1 to 3.2.3 and its working.  Only
> gnome-spell seemed to have the problem.
> 
> BillK
> 
> 
> On Tue, 2003-08-05 at 07:04, Jason Short wrote:
> > Try gcc-config:
> > 
> > gcc-config i686-pc-linux-gnu-3.2.3
> >  * Switching to i686-pc-linux-gnu-3.2.3 compiler...
> >[ ok ]
> > 
> > 
> > On Mon, 4 Aug 2003 17:59:34 -0500
> > downtime null <[EMAIL PROTECTED]> wrote:
> > 
> > > i'm trying to upgrade php and get a compile error when i try.
> > > 
> > > libtool: link: cannot find the library
> > > `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
> > > make: *** [sapi/cli/php] Error 1
> > > 
> > > !!! ERROR: dev-php/php-4.3.2-r2 failed.
> > > !!! Function php_src_compile, Line 390, Exitcode 2
> > > !!! compile problem
> > > 
> > > 
> > > it makes perfect sense that it can't find the file there, because it's
> > > in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
> > > it's looking in the wrong place.
> > > 
> -- 
> William Kenworthy <[EMAIL PROTECTED]>
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge php not working

2003-08-09 Thread Robin H . Johnson
On Mon, Aug 04, 2003 at 05:59:34PM -0500, downtime null wrote:
> it makes perfect sense that it can't find the file there, because it's
> in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
> it's looking in the wrong place.
See bug #24909
read ALL of it.

-- 
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#   : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] emerge php not working

2003-08-04 Thread William Kenworthy
I have an older system that fails to install gnome-spell as its looking
for the gcc library path of 3.2.1.  gcc-config has been used, and I have
grepped everything I can think of and cant find where its looking for
this link.  Eventually sim-linked 3.2.1 to 3.2.3 and its working.  Only
gnome-spell seemed to have the problem.

BillK


On Tue, 2003-08-05 at 07:04, Jason Short wrote:
> Try gcc-config:
> 
> gcc-config i686-pc-linux-gnu-3.2.3
>  * Switching to i686-pc-linux-gnu-3.2.3 compiler...  
>  [ ok ]
> 
> 
> On Mon, 4 Aug 2003 17:59:34 -0500
> downtime null <[EMAIL PROTECTED]> wrote:
> 
> > i'm trying to upgrade php and get a compile error when i try.
> > 
> > libtool: link: cannot find the library
> > `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
> > make: *** [sapi/cli/php] Error 1
> > 
> > !!! ERROR: dev-php/php-4.3.2-r2 failed.
> > !!! Function php_src_compile, Line 390, Exitcode 2
> > !!! compile problem
> > 
> > 
> > it makes perfect sense that it can't find the file there, because it's
> > in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
> > it's looking in the wrong place.
> > 
-- 
William Kenworthy <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge php not working

2003-08-04 Thread downtime null
it still gives me the same error...

On Mon, Aug 04, 2003 at 06:04:29PM -0500, Jason Short wrote:
> Try gcc-config:
> 
> gcc-config i686-pc-linux-gnu-3.2.3
>  * Switching to i686-pc-linux-gnu-3.2.3 compiler...  
>  [ ok ]
> 
> 
> On Mon, 4 Aug 2003 17:59:34 -0500
> downtime null <[EMAIL PROTECTED]> wrote:
> 
> > i'm trying to upgrade php and get a compile error when i try.
> > 
> > libtool: link: cannot find the library
> > `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
> > make: *** [sapi/cli/php] Error 1
> > 
> > !!! ERROR: dev-php/php-4.3.2-r2 failed.
> > !!! Function php_src_compile, Line 390, Exitcode 2
> > !!! compile problem
> > 
> > 
> > it makes perfect sense that it can't find the file there, because it's
> > in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
> > it's looking in the wrong place.
> > 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge php not working

2003-08-04 Thread Jason Short
Try gcc-config:

gcc-config i686-pc-linux-gnu-3.2.3
 * Switching to i686-pc-linux-gnu-3.2.3 compiler...
   [ ok ]


On Mon, 4 Aug 2003 17:59:34 -0500
downtime null <[EMAIL PROTECTED]> wrote:

> i'm trying to upgrade php and get a compile error when i try.
> 
> libtool: link: cannot find the library
> `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
> make: *** [sapi/cli/php] Error 1
> 
> !!! ERROR: dev-php/php-4.3.2-r2 failed.
> !!! Function php_src_compile, Line 390, Exitcode 2
> !!! compile problem
> 
> 
> it makes perfect sense that it can't find the file there, because it's
> in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
> it's looking in the wrong place.
> 


pgp0.pgp
Description: PGP signature


[gentoo-user] emerge php not working

2003-08-04 Thread downtime null
i'm trying to upgrade php and get a compile error when i try.

libtool: link: cannot find the library
`/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
make: *** [sapi/cli/php] Error 1

!!! ERROR: dev-php/php-4.3.2-r2 failed.
!!! Function php_src_compile, Line 390, Exitcode 2
!!! compile problem


it makes perfect sense that it can't find the file there, because it's
in '/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/', but i don't know why
it's looking in the wrong place.


--
[EMAIL PROTECTED] mailing list