Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2242 closed enhancement (fixed)

pthread_attr_getscope, pthread_attr_setscope implementation

Reported by: kaoutsis Owned by: axeld
Priority: low Milestone: Unscheduled
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Change History (5)

comment:1 by kaoutsis, 16 years ago

Type: bugenhancement

comment:2 by kaoutsis, 16 years ago

make[1]: Leaving directory `/boot/home/Desktop/wine-1.0-rc1/include'
make[1]: Entering directory `/boot/home/Desktop/wine-1.0-rc1/loader'
gcc -c -I. -I. -I../include -I../include    -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith  -g -O2  -o pthread.o pthread.c
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c: In function `create_thread':
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c:117: warning: implicit declaration of function `pthread_attr_setscope'
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c: In function `exit_thread':
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c:192: warning: `noreturn' function does return
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c: In function `abort_thread':
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c:202: warning: `noreturn' function does return
gcc -c -I. -I. -I../include -I../include    -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith  -g -O2  -o main.o main.c
gcc -o wine-pthread -Wl,--export-dynamic pthread.o main.o -L../libs/wine -lwine ../libs/port/libwine_port.a    -Wl,--rpath,\$ORIGIN/../libs/wine
pthread.o: In function `create_thread':
/boot/home/Desktop/wine-1.0-rc1/loader/pthread.c:117: undefined reference to `pthread_attr_setscope'
collect2: ld returned 1 exit status
make[1]: *** [wine-pthread] Error 1
make[1]: Leaving directory `/boot/home/Desktop/wine-1.0-rc1/loader'

comment:3 by kaoutsis, 16 years ago

Irrelevant, but makes good to the 'haiku' psychology, at least mine :-)

~/Desktop/wine-1.0-rc1/tools/wrc> ./wrc --version
Wine Resource Compiler version 1.0-rc1
Copyright 1998-2000 Bertho A. Stultiens
          1994 Martin von Loewis
~/Desktop/wine-1.0-rc1/tools/wrc> ls -lh /boot/home/config/lib/libwine.so*
lrwxrwxrwx 1 baron root   12 May 19 23:28 /boot/home/config/lib/libwine.so -> libwine.so.1
lrwxrwxrwx 1 baron root   14 May 19 23:28 /boot/home/config/lib/libwine.so.1 -> libwine.so.1.0
-rwxr-xr-x 1 baron root 6.2M May 19 23:04 /boot/home/config/lib/libwine.so.1.0
~/Desktop/wine-1.0-rc1/tools/wrc>

comment:4 by axeld, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev25628.

in reply to:  4 comment:5 by kaoutsis, 16 years ago

Replying to axeld:

Fixed in hrev25628.

Thanks.

Note: See TracTickets for help on using tickets.