libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
311 stars 131 forks source link

gcc build error in some Linux systems. #166

Closed Zombie-Ryushu closed 7 years ago

Zombie-Ryushu commented 7 years ago

libretro-common/rthreads/rthreads.o: In function scond_wait_timeout': /builddir/build/BUILD/libretro-20170303/libretro-mednafen_pcfx/libretro-common/rthreads/rthreads.c:457: undefined reference toclock_gettime' collect2: error: ld returned 1 exit status gmake: *** [mednafen_pcfx_libretro.so] Error 1

ghost commented 7 years ago

This is the wrong repo, you are looking for https://github.com/libretro/beetle-pcfx-libretro. Also when you post there, can you please elaborate on your system setup? Specifically what distro of Linux, what gcc version etc.

A complete build log may be helpful as well.