patch for ndoutils, missing -fPIC for io.c/utils.c
Ordway, Ryan
Ryan.Ordway at oregonstate.edu
Thu Dec 21 01:46:49 CET 2006
Ndoutils 1.3.1 does not want to build properly on Linux/x86_64, at least not on my Sun x4200 AMD64 based system. It looks like io.c and utils.c are not being compiled with -fPIC despite being linked into the ndomod-?x.o module. Looks like the linkage uses -fPIC, but not the compilation of those two source files.
I've attached a patch that basically just adds $(MOD_CFLAGS) for those two files. This solves the problem for me since MOD_CFLAGS contains -fPIC, at least for linux*. Some tweaks to configure.in may be needed to fix other platforms, if this is a problem for other 64-bit platforms.
Ryan
--
Ryan Ordway Unix Systems Administrator
OSU Libraries E-mail: ryan.ordway at oregonstate.edu
121 The Valley Library
Corvallis, OR 97331 Office: VLIB #4657
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ndoutils-Makefile-fPIC.patch
Type: application/octet-stream
Size: 510 bytes
Desc: ndoutils-Makefile-fPIC.patch
URL: <https://www.monitoring-lists.org/archive/developers/attachments/20061220/5fa8a264/attachment.obj>
-------------- next part --------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
-------------- next part --------------
_______________________________________________
Nagios-devel mailing list
Nagios-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-devel
More information about the Developers
mailing list