bug-make
[Top][All Lists]
Advanced

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

[bug #19656] strcmpi does not exist on my system, better use strcasecmp


From: Colin Finck
Subject: [bug #19656] strcmpi does not exist on my system, better use strcasecmp instead
Date: Sat, 21 Apr 2007 17:17:40 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)

URL:
  <http://savannah.gnu.org/bugs/?19656>

                 Summary: strcmpi does not exist on my system, better use
strcasecmp instead
                 Project: make
            Submitted by: colinfinck
            Submitted on: Samstag 21.04.2007 um 17:17
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: CVS
        Operating System: POSIX-Based
           Fixed Release: None

    _______________________________________________________

Details:

If I try to compile the latest CVS revision of "make", the compiler complains
about a missing strcmpi function.
Now I added a macro, which replaces all strcmpi's with strcasecmp. Then
"make" compiles correctly.

I attached a patch file, which contains the macro I use.

My Operating System is Ubuntu 7.04.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Samstag 21.04.2007 um 17:17  Name: make-strcmpi-strcasecmp.patch  Size:
523B   By: colinfinck

<http://savannah.gnu.org/bugs/download.php?file_id=12544>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19656>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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