help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

altering source and compiling coreutils


From: GVK
Subject: altering source and compiling coreutils
Date: Fri, 13 Aug 2004 10:07:00 +0530
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)

Hello,
I downloaded the tar-ball of coreutils-5.2.1. I messed around with "printf" sourcecode (coreutils-5.2.1/src/printf.c) and fixed a bug(feature ?). "printf "%c" 65" is supposed to print 'A'(ie, printf should really mimic C's printf), but it prints '6'. So, I kinda changed it. The problem is, I don't know how to edit a Makefile. Now, when I run "make" in coreutils directory, some executables are created in "src" directory. The printf executable in src directory is working as expected. But when I do a "make install" or copy the executable to /usr/bin, it's not working. Any suggestions?

regards,
GVK


reply via email to

[Prev in Thread] Current Thread [Next in Thread]