[Bug 601577] Review Request: liblockfile - This library implements a number of functions found in -lmail on SysV systems

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 9 18:47:27 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=601577

--- Comment #26 from Matthias Runge <mrunge at matthias-runge.de> 2010-08-09 14:47:26 EDT ---
Thank you both!

As far as I understand, make compiles liblockfile.so during make.

[mrunge at sofja liblockfile-1.08]$ make liblockfile.so
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLIB
-DLOCKPROG=\"/usr/bin/dotlockfile\" \
   -c lockfile.c
lockfile.c: In function ‘lockfile_create’:
lockfile.c:279: warning: ignoring return value of ‘link’, declared with
attribute warn_unused_result
ar rv liblockfile.a lockfile.o
ar: creating liblockfile.a
a - lockfile.o
gcc -fPIC -shared -Wl,-soname,liblockfile.so.1 \
   -o liblockfile.so lockfile.o -lc

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list