View Single Post
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 10-29-2018 , 12:23   Re: [HELP] Compiling for linux
Reply With Quote #5

Quote:
Originally Posted by KliPPy View Post
Are you compiling a public module or writing one yourself? Are you using any standard library features like STL or anything from the std:: namespace? What symbols exactly did the linker say were missing?
Public Module.
I'm not using std namespace items.
Linker was OK.

( Additional Info: Im Using following includes:
Code:
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>

#include <sys/mman.h>
#include <unistd.h>
#include <limits.h>
)

I'll Try AMBuild
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 10-29-2018 at 12:33.
Ghosted is offline