Building on Fedora 13

edited 2010 Sep 9 in Technical Support
Hi!

I am trying to build deng 1.9.0 beta 6.9 on Fedora 13 32 bits. It used to work on Fedora 12 with no problem, but Fedora made some changes to the linking process of libraries: http://fedoraproject.org/wiki/Understan ... LinkChange and now the linking process complains because math libraries (libm.so) is not explicitly included. On other software, this was solved with the LDFLAGS envoronment variable, but this doesn't seem to work with cmake build process. The question is, how do I add -lm to the linking process of doomsday so it will build on Fedora 12?

Thanks!

Comments

  • This has just been addressed in our repo: http://deng.git.sourceforge.net/git/git ... d568c38319

    It appears to be just a matter of adding a math library called 'm'.
  • Thanks DaniJ, patching the CMakeLists.txt file solved my issue and I could build the RPM for deng on Fedora 13.

    BTW: If you are interested in publishing my RPM, just tell me, I'll send you the SPEC file I used, or the complete RPM.

    Regards.
  • @skolnick
    Is there any repos you can have it on?
    I would like to see deng rpm's available from the deng download page, but would need to wait for dani on that
    in the meantime do you have a link or something to where they are hosted?
Sign In or Register to comment.