User Activity

  • Posted a comment on discussion Help on IAXmodem

    I had a problem with "./build static" iaxmodem-1.3.0 on Ubuntu 14.04. Seems a gcc bug. Here is my solution: Just edit "build" file, line 48: gcc -lm $LLIBS -ltiff -o iaxmodem iaxmodem.o lib/spandsp/src/.libs/libspandsp.a lib/libiax2/src/.libs/libiax.a And move the -lm to THE END: gcc $LLIBS -ltiff -o iaxmodem iaxmodem.o lib/spandsp/src/.libs/libspandsp.a lib/libiax2/src/.libs/libiax.a -lm Now it works :-) Making all in src make[1]: Entering directory `/tmp/iaxmodem-1.3.0/lib/spandsp/src' make all-am...

View All

Personal Data

Username:
hannesy
Joined:
2017-10-30 20:40:33

Projects

  • No projects to display.

Personal Tools