.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   JoeBot (http://forums.bots-united.com/forumdisplay.php?f=10)
-   -   Joebot binaries for metamod (linux) (http://forums.bots-united.com/showthread.php?t=460)

Pierre-Marie Baty 07-02-2004 15:24

Re: Joebot binaries for metamod (linux)
 
I don't think updating GCC will solve the problem. You only need to install one library, which is libstdc++. There must be a package for it.

Artello 10-02-2004 13:27

Re: Joebot binaries for metamod (linux)
 
Quote:

Originally Posted by Pierre-Marie Baty
I don't think updating GCC will solve the problem. You only need to install one library, which is libstdc++. There must be a package for it.

Oops, there is no separate package for libstdc++ in SoL. This library comming in gcc package only ...
Hmm, in this case I can only recommend to eAnic to try compile JoeBot from sources...

Terran 10-02-2004 15:04

Re: Joebot binaries for metamod (linux)
 
1 Attachment(s)
I've compiled the metamod version myself without the need for this specific stdc++ library.

Code:

> ldd joebot_mm_i386.so
                libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40176000)
                libdl.so.2 => /lib/tls/libdl.so.2 (0x4022e000)
                libc.so.6 => /lib/tls/libc.so.6 (0x40231000)
                libm.so.6 => /lib/tls/libm.so.6 (0x4036a000)
                libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4038d000)
                /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


eAnic 10-02-2004 16:51

Re: Joebot binaries for metamod (linux)
 
This version also brings me a badf error.
Btw. i tried to update the gcc package but got a error message. Shall i post the full text?

Terran 10-02-2004 17:20

Re: Joebot binaries for metamod (linux)
 
what output do you get by "ldd joebot_mm_i386.so"?

Artello 10-02-2004 17:31

Re: Joebot binaries for metamod (linux)
 
Quote:

Originally Posted by eAnic
This version also brings me a badf error.
Btw. i tried to update the gcc package but got a error message. Shall i post the full text?

As I mentioned above - there is only one way, when you'll get 100% success -- you'll need to compile sources yourself!!! The problem that you are using specific specific Linux distribution and nobody knows which version of kernel, glibc, libstdc++ and others you are running :(

So, i'm sure that you already have gcc, just check that you have cvs. Grab JoeBot sources from SourceForge.net and download metamod sources. made a slight changes in makefiles and ... type Make.

Got more questions? Please ask ...

eAnic 10-02-2004 17:34

Re: Joebot binaries for metamod (linux)
 
root@novisan: /eanic/hlds_l/cstrike/joebot: ldd joebot_mm_i386.so
libstdc++.so.5 => not found
libdl.so.2 => /lib/libdl.so.2 (0x40176000)
libc.so.6 => /lib/libc.so.6 (0x40179000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
root@novisan: /eanic/hlds_l/cstrike/joebot:

eAnic 10-02-2004 18:09

Re: Joebot binaries for metamod (linux)
 
Do i really have to download any file in the cvs manually. Thats kinda annoying!

Onno Kreuzinger 10-02-2004 18:16

Re: Joebot binaries for metamod (linux)
 
no, you missed the explanation on how to "check software out with cvs", it is on the sf.net page

Artello 10-02-2004 18:21

Re: Joebot binaries for metamod (linux)
 
Quote:

Originally Posted by eAnic
Do i really have to download any file in the cvs manually. Thats kinda annoying!

Of course you don't need to download files manualy :)
Just go to the directory there you a going to place sources and type:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/joebot login
and after
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/joebot co joebot

and you'll get joebot sources in few minutes


All times are GMT +2. The time now is 05:25.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.