Building on Fedora 13
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!
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
It appears to be just a matter of adding a math library called 'm'.
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.
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?