Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 27 May 2014 10:49:09 -0700
From: Charlie Kester <corky1951@...cast.net>
To: musl@...ts.openwall.com
Subject: build failure

Using latest git:

gcc-4.7 -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard
  -frounding-math -D_XOPEN_SOURCE=700 -I./arch/i386 -I./src/internal
  -I./include -Os -pipe -fomit-frame-pointer -fno-unwind-tables
  -fno-asynchronous-unwind-tables -Wa,--noexecstack -mtune=generic
  -Werror=implicit-function-declaration -Werror=implicit-int
  -Werror=pointer-sign -Werror=pointer-arith -fno-stack-protector -march=native
  -c -o src/stdio/tmpnam.o src/stdio/tmpnam.c 
src/stdio/tmpnam.c: In function ‘tmpnam’: 
src/stdio/tmpnam.c:20:3: error: implicit declaration of function ‘strcpy’ 
  [-Werror=implicit-function-declaration] 
src/stdio/tmpnam.c:20:21: warning: return makes pointer from integer without a cast 
  [enabled by default]
cc1: some warnings being treated as errors 
Makefile:115: recipe for target 'src/stdio/tmpnam.o' failed 
make: *** [src/stdio/tmpnam.o] Error 1


configure script was invoked as follows:

CC=gcc-4.7 CFLAGS="-march=native" ./configure --prefix=/usr/local/musl 
  --exec-prefix=/usr/local --enable-gcc-wrapper --disable-shared

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.