LDFLAGS="-lm -ldl tier0_i486.so vstdlib_i486.so \
 $(SRC_LIB_PUBLIC)/mathlib_i486.a \
 $(SRC_LIB_PUBLIC)/choreoobjects_i486.a \
 $(SRC_LIB_PUBLIC)/tier1_i486.a"

Notice no paths infront of .so files, that is because of those sym
links.  You might want to search the archives a little, linux makefile
errors have come up a few times.

Stefan Bermig wrote:
I think i got it working somehow. Problem really seem to be the 2 files
(tier and vstdlib).

Having a path like this in the makefile makes the binary work:

#GamePath = /home/stefan/srcds

Using ../.. instead prevents the binary from working although they're both
pointing at the same directory.

Yet they're still linked to /lib/ as well for some reason. so i need the
gamepath like this and the two files in the lib folder to make it work.

I hope you guys have a solution for this as i am stuck after one week of
working on this ;)

Thx for you help so far.

Stefan

_______________________________________________
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