SuSE Compilation Issues
Status: Alpha
Brought to you by:
ntheory
I am running SuSE 9.1 and had to make changes to my
configuration to compile this application. I had to
add the SDL development and fftw3 development rpms.
Also, I had to modify the tt-dec Makefile as follows:
diff Makefile.orig Makefile
10c10
< $(CC) $(CFLAGS) $(EXTOBJECTS) $(SOURCES)
$(SDLCONFIG) -lrfftw -lfftw -lm -o ${APP}
---
> $(CC) $(CFLAGS) $(EXTOBJECTS) $(SOURCES)
$(SDLCONFIG) -lsrfftw -lsfftw -lm -o ${APP}