Menu

#1 SuSE Compilation Issues

open
nobody
None
5
2004-11-11
2004-11-11
No

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}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.