I was edited source code in windows VC60
and trying to compile my own mod in Linux server via telenet, but I always get this error:
/tmp/ccFyQhio.o(.text+0x64bb): In function G_RunEntity': : undefined reference toBG_EvaluateTrajectory’
/tmp/ccFyQhio.o(.text+0x65a6): In function G_RunEntity': : undefined reference toG_FreeEntity’
/tmp/ccFyQhio.o(.text+0x65cf): In function G_RunEntity': : undefined reference totrap_UnlinkEntity’
/tmp/ccFyQhio.o(.text+0x661a): In function G_RunEntity': : undefined reference toG_Script_ScriptRun’
/tmp/ccFyQhio.o(.text+0x6691): In function G_RunEntity': : undefined reference toG_RunMissile’
/tmp/ccFyQhio.o(.text+0x6702): In function G_RunEntity': : undefined reference toG_RunFlamechunk’
/tmp/ccFyQhio.o(.text+0x67da): In function G_RunEntity': : undefined reference toG_RunItem’
/tmp/ccFyQhio.o(.text+0x68af): In function G_RunEntity': : undefined reference toG_RunMover’
/tmp/ccFyQhio.o(.text+0x6987): In function G_RunEntity': : undefined reference toG_RunClient’
/tmp/ccFyQhio.o(.text+0x6a4e): In function G_RunEntity': : undefined reference toG_smvRunCamera’
/tmp/ccFyQhio.o(.text+0x6be9): In function G_RunFrame': : undefined reference tova’
/tmp/ccFyQhio.o(.text+0x6bf9): In function G_RunFrame': : undefined reference totrap_SetConfigstring’
/tmp/ccFyQhio.o(.text+0x6bfe): In function G_RunFrame': : undefined reference totrap_Milliseconds’
/tmp/ccFyQhio.o(.text+0x6cff): In function `G_RunFrame’:
.
.
.
I try command this -> gcc g_main.c
I have no idea about linux
Thanks .