Hi, First post so hope this is ok.
I am a relative amateur with Linux compiling so tend to just follow the normal, configure, make, make install in hope that it works. So i used GIT clone to get the source code and tried to compile but i found many issues using SLES 11. Just to check i also did exactly the same thing with Linux MINT 14. Using the build.sh command it worked with no issues on MINT but failed on SLESS11. First error was a spelling error in configure.ac. It complained of library ncurses missing but there is a typo in the configure.ac with the 'n' missing when checking for the library. After fixing this there are still many issues. Namely my compiler complaining of "long long" being declared. Also some format of the printf command not compatible, trailing commas after variables etc. Some of which i could fix by removing "-pedantic" from the compiler options but others i cant resolve. I believe its due to the gcc version not supporting 'C99' but was struggling to find an easy update method or simple later gcc package to install. The reason for needing a SLES compatible version is that its the system under test. Any help appreciated. Paul
------------------------------------------------------------------------------
_______________________________________________ Sipp-users mailing list Sipp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sipp-users