Search found 2 matches
- Thu 18.07.2013, 15:27
- Forum: Technical Support
- Topic: Compiling error on Ubuntu 13.04
- Replies: 2
- Views: 23808
Re: Compiling error on Ubuntu 13.04
I was able to compile by doing exactly what it said, add the /lib/i386-linux-gnu/libm.so.6 to the linker command line in the Makefile... # AutoTools CC = gcc CFLAGS = $(SVNREV) -Wall -g -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTR$ LIBS = -L/usr/lib/i386-linux-gnu -lSDL became: # AutoTools CC ...
- Sat 06.07.2013, 02:08
- Forum: Technical Support
- Topic: Compiling error on Ubuntu 13.04
- Replies: 2
- Views: 23808
Compiling error on Ubuntu 13.04
Hi after getting all dependecies, I am getting this error when running the make file: -L/usr/lib/i386-linux-gnu -lSDL /usr/bin/ld: client/maim-sdl.o: undefined reference to symbol 'floor@@GLIBC_2.0' /usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/i386-linux-gnu/libm.so.6 so try adding i...