i have simple program writen in c++ i want to compile it with gcc but i get:
/usr/bin/ld: /tmp/ccT7rfgP.o: warning: relocation against `kGumboDefaultOptions' in read-only section `.text'
/usr/bin/ld: /tmp/ccT7rfgP.o: in function `main':
test.cpp:(.text+0x3e5): undefined reference to `gumbo_parse'
/usr/bin/ld: test.cpp:(.text+0x407): undefined reference to `kGumboDefaultOptions'
/usr/bin/ld: test.cpp:(.text+0x40f): undefined reference to `gumbo_destroy_output'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status