I believe that issue is more related to gcc other than to zdoom code base but I think it is worth mentioning it.
Code: Select all
Linking CXX executable ../zdoom
CMakeFiles/zdoom.dir/tempfiles.o: In function `FTempFileName::FTempFileName(char const*)':
tempfiles.cpp:(.text+0x73): warning: the use of `tempnam' is dangerous, better use `mkstemp'
../dumb/libdumb.a(readpsm.o): In function `dumb_read_psm_quick':
readpsm.c:(.text+0x147b): undefined reference to `itoa'
collect2: ld returned 1 exit status
make[2]: *** [zdoom] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2
