Re: [expert] can't compile

2002-12-24 Thread James Sparenberg
If I remember right this means that it can't find the program ldconfig. 
or glibc-devel is missing... check to make sure you have both of them.

James
  

On Mon, 2002-12-23 at 03:48, Dan Cox wrote:
 I'm trying to compile chkrootkit and am getting the fallowing.
 
 [root@diablo chkrootkit-0.38]# make sense
 gcc -static  -o strings strings.c
 /usr/bin/ld: cannot find -lc
 collect2: ld returned 1 exit status
 make: *** [strings] Error 1
 
 I don't see any reference to ld or -lc in the make file. Any
 suggestions?
 
 Dan Cox
 
 
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] can't compile

2002-12-23 Thread Narfi Stefansson
On Monday 23 December 2002 05:48, Dan Cox wrote:
 I'm trying to compile chkrootkit and am getting the fallowing.

 [root@diablo chkrootkit-0.38]# make sense
 gcc -static  -o strings strings.c
 /usr/bin/ld: cannot find -lc
 collect2: ld returned 1 exit status
 make: *** [strings] Error 1

 I don't see any reference to ld or -lc in the make file. Any
 suggestions?

 Dan Cox

You're trying to link statically to the C-library and the linker fails because 
it can't find libc.a to link against.
urpmf libc.a gives a few incorrect hits, but it also shows us the correct 
one:
glibc-static-devel
so urpmi glibc-static-devel should solve your problem:

Narfi.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile

2002-07-09 Thread Jan Lentfer

Ken Thompson schrieb:

While trying to compile Winex I get this error:
[root@spooky wine]# ./configure --disable-debug --disable-trace CFLAGS=-Os 
-O2 -Wall -mpreferred-stack-boundry=2
  


Try without the CFLAGS. I think -Os implies -O2. If it works without 
CFLAGS, then you know where the problem is.

Jan





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile anything at all

2001-12-17 Thread dfox

On Sunday 16 December 2001 12:02, you wrote:

 If you wish, I will go back and demonstrate with
 2.96 and then try an upgrade with gcc3 to show

It certainly might help in trying to figure out what your problem was.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile anything at all

2001-12-16 Thread Jun Liu

what do you mean gcc2.96 is broken?
is it possible to 'rpm -i gcc-' again?

On Sat, Dec 15, 2001 at 07:59:27PM -0600, Expert wrote:
:gcc2.96 is Broken.
:
:How do I install 2.95 with out any 
:problems?
:
:tell me please
:

:Want to buy your Pack or Services from MandrakeSoft? 
:Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile anything at all

2001-12-16 Thread Expert

No, because I cannot use gcc 2.96,
*must be* gcc2.95

On Sunday 16 December 2001 08:09 am, you wrote:
 what do you mean gcc2.96 is broken?
 is it possible to 'rpm -i gcc-' again?

 On Sat, Dec 15, 2001 at 07:59:27PM -0600, Expert wrote:
 :gcc2.96 is Broken.
 :
 :How do I install 2.95 with out any
 :problems?
 :
 :tell me please
 :
 :
 :Want to buy your Pack or Services from MandrakeSoft?
 :Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile anything at all

2001-12-16 Thread Jun Liu

I've got gcc-2.95.2 package from rpmfind.net. Did you ever try it?

On Sun, Dec 16, 2001 at 10:17:55AM -0600, Expert wrote:
:No, because I cannot use gcc 2.96,
:*must be* gcc2.95
:
:On Sunday 16 December 2001 08:09 am, you wrote:
: what do you mean gcc2.96 is broken?
: is it possible to 'rpm -i gcc-' again?
:
: On Sat, Dec 15, 2001 at 07:59:27PM -0600, Expert wrote:
: :gcc2.96 is Broken.
: :
: :How do I install 2.95 with out any
: :problems?
: :
: :tell me please
: :
: :
: :Want to buy your Pack or Services from MandrakeSoft?
: :Go to http://www.mandrakestore.com
:

:Want to buy your Pack or Services from MandrakeSoft? 
:Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Can't compile anything at all

2001-12-16 Thread dfox

On Sunday 16 December 2001 08:17, you wrote:
 No, because I cannot use gcc 2.96,
 *must be* gcc2.95

You can downgrade your compiler to gcc 2.95.3, but I don't think that's
the solution to the problem. What are you trying to compile, and why is it
failing? BTW if it's MPlayer you can get around that issue by disabling the
gcc checking, and typing in yes I know it's broken but I don't care ( or 
whatever the string is during the configure process.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com