This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/28008] New: [4.2 Regression] build failure due to PTHREAD_STACK_MIN not being declared


From
http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00595.html


/work/rearnsha/gnu/gcc/trunk/./gcc/xgcc -B/work/rearnsha/gnu/gcc/trunk/./gcc/
-B/work/rearnsha/gnu/testinstall/arm-netbsdelf2/bin/
-B/work/rearnsha/gnu/testinstall/arm-netbsdelf2/lib/ -isystem
/work/rearnsha/gnu/testinstall/arm-netbsdelf2/include -isystem
/work/rearnsha/gnu/testinstall/arm-netbsdelf2/sys-include -DHAVE_CONFIG_H -I.
-I/home/rearnsha/gnusrc/gcc/trunk/libgomp -I.
-I/home/rearnsha/gnusrc/gcc/trunk/libgomp/config/posix
-I/home/rearnsha/gnusrc/gcc/trunk/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT
env.lo -MD -MP -MF .deps/env.Tpo -c
/home/rearnsha/gnusrc/gcc/trunk/libgomp/env.c  -fPIC -DPIC -o .libs/env.o
/home/rearnsha/gnusrc/gcc/trunk/libgomp/env.c: In function 'initialize_env':
/home/rearnsha/gnusrc/gcc/trunk/libgomp/env.c:172: error: 'PTHREAD_STACK_MIN'
undeclared (first use in this function)

IIRC libjava had the same problem at one point, so presumably the same fix will
apply here.


-- 
           Summary: [4.2 Regression] build failure due to PTHREAD_STACK_MIN
                    not being declared
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: blocker
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: arm-netbsdelf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28008


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]