Clearly your GAME_DIR is not correct. I assume you also compiling as
root so it can access the /root/ folder? Do you have more than one
GAME_DIR? Is one commented? Is the wrong one commented?

Look, if I change the GAME_DIR to a directory above the correct one,
here is the error:

gcc: /home/slash/steam/bin/tier0_i486.so: No such file or directory
gcc: /home/slash/steam/bin/vstdlib_i486.so: No such file or directory

Note the full path. Yours says "/bin/", not "/root/srcds_l/srcds/bin/"
like it should be. It's looking in /bin/ for the libraries. Why?
Please check the makefile again.

-Slash

On 7/25/05, Ben Davison <[EMAIL PROTECTED]> wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> gcc: /bin/tier0_i486.so: No such file or directory
> gcc: /bin/vstdlib_i486.so: No such file or directory
>
>
> On 7/26/05, Slash <[EMAIL PROTECTED]> wrote:
> >
> > Paste the error. If you verified that
> >
> > /root/srcds_l/srcds/bin/tier0_i486.so
> > and
> > /root/srcds_l/srcds/bin/vstdlib_i486.so
> >
> > exist, then there is something else wrong.
> >
> > You shouldnt have to edit LDFLAGS.
> >
> > -Slash
> >
> > _______________________________________________
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlcoders
> >
> >
>
>
> --
> - Ben Davison
> - http://www.shadow-phoenix.com
> --
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to