hello , I am trying to embedd python in C and compiling it ,and showing this result ,is there any flag will b used or something else
In function `main':
py.c

.text+0x17): undefined reference to `Py_Initialize'
py.c

.text+0x26): undefined reference to `PyRun_SimpleStringFlags'
py.c

.text+0x2b): undefined reference to `Py_Finalize'
collect2: ld returned 1 exit status