View Single Post
BAILOPAN
Join Date: Jan 2004
Old 12-10-2004 , 14:48  
Reply With Quote #6

Nice guide - I would add something about the rpath change people have been doing to the dynamic linking portion.

Here:
Code:
LDFLAGS="-lm -ldl bin/tier0_i486.so bin/vstdlib_i486.so"
Use -rpath to point to the relative locations of the files

I'll sticky your link when I get enough links to go with it
BAILOPAN is offline