Thread
:
Linux Eqemu 0.6.2DR1 errors...
View Single Post
#
4
09-12-2005, 03:53 PM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Not sure whats causing the problem, but for the $LD_LIBRARY_PATH thing, you could also just do..
Code:
# cd /path/to/eqemu # echo $PWD >> /etc/ld.so.conf # ldconfig
Then you can just start world directly without a script or anything.
__________________
namespace
retval {
template
<
class
T>
class
ReturnValueGen {
private
: T x;
public
: ReturnValueGen() { x = 0; }; T& Generator() {
return
x; }; }; }
int
main() { retval::ReturnValueGen<
int
> retvalue;
return
retvalue.Generator(); }
C++ is
wonderful.
Cisyouc
View Public Profile
Send a private message to Cisyouc
Find all posts by Cisyouc