Author |
Message |
snhmib Newbie
Joined: Jul 12 2007 Posts: 3 Offline
|
Posted: Thu Jul 12, 2007 9:55 am Post subject: i need to link what where? (no binaries) |
 |
|
|
|
Hello folks, i want to make a litle molecule for hockey zone and wanted to install ASSS to try some stuff out on my own.
After a few hickups (freebsd doesn't have libexec by default, also doesn't have fcloseall(), but _cleanup() does the same thing i think/hope) everything compiles neatly, but now i'm stuck with a bunch of object files and there seems to be no linking-phase and the bin directory is empty (except for .stamp). I attached a file with the output from make.
I'm not a real hero with Makefiles and linking, what's the command i need to create an asss binary?
Also i read somewhere i need a compiled security.so kernel module (?) can i also do without?
i only want to test some stuff from my own pc.
-snhmib.
stuff.
make.txt - 21.78 KB
File downloaded or viewed 15 time(s)
|
|
Back to top |
|
 |
Doc Flabby Server Help Squatter

Joined: Feb 26 2006 Posts: 636 Offline
|
Posted: Thu Jul 12, 2007 10:46 am Post subject: |
 |
|
|
|
check the directory called "build" and see if any of the files are in there _________________ Rediscover online gaming. Get Subspace | STF The future...prehaps
|
|
Back to top |
|
 |
snhmib Newbie
Joined: Jul 12 2007 Posts: 3 Offline
|
Posted: Thu Jul 12, 2007 10:57 am Post subject: |
 |
|
|
|
ah shit i'm sorry you're right. i had a look at it and only saw object files but it's actually there :S
|
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Thu Jul 12, 2007 12:29 pm Post subject: |
 |
|
|
|
You can use asss without the security module, to do so comment all references to security from modules.conf, also disable enc_vie. Then enable enc_null so cont can still connect. _________________ ss news
|
|
Back to top |
|
 |
snhmib Newbie
Joined: Jul 12 2007 Posts: 3 Offline
|
Posted: Thu Jul 12, 2007 12:42 pm Post subject: |
 |
|
|
|
great that works.
thanks a bunch dude!
|
|
Back to top |
|
 |
|