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 20:45:57 +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)

Follow-up Comment #2, bug #19656 (project make):

Yes, you're right, the problem does not occur if I only run the "configure"
script without any parameters.

But when I add the parameter "--enable-case-insensitive-file-system", it does
not build.
Here is the error message:

------------------------------------------------
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\"
-DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I.     -Wall -Wextra
-Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast -g
-O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith
-Wbad-function-cast -g -O2   -o make ar.o arscan.o commands.o default.o dir.o
expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o
read.o remake.o remote-stub.o rule.o signame.o strcache.o variable.o
version.o vpath.o hash.o   -lrt 
dir.o: In function `dir_contents_file_exists_p':
/home/colin/Desktop/Downloads/make-cvs/make/dir.c:712: undefined reference to
`strcmpi'
dir.o: In function `dirfile_hash_cmp':
/home/colin/Desktop/Downloads/make-cvs/make/dir.c:404: undefined reference to
`strcmpi'
dir.o: In function `directory_hash_cmp':
/home/colin/Desktop/Downloads/make-cvs/make/dir.c:361: undefined reference to
`strcmpi'
file.o: In function `file_hash_cmp':
/home/colin/Desktop/Downloads/make-cvs/make/file.c:58: undefined reference to
`strcmpi'
strcache.o: In function `str_hash_cmp':
/home/colin/Desktop/Downloads/make-cvs/make/strcache.c:118: undefined
reference to `strcmpi'
------------------------------------------------

    _______________________________________________________

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]