Project

General

Profile

Actions

Bug #6170

closed

Compile error: "implicit declaration of function 'pthread_get_stackaddr_np'", "'pthread_get_stacksize_np'"

Added by tw (Ted Wing) about 12 years ago. Updated almost 12 years ago.

Status:
Rejected
Target version:
ruby -v:
ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-darwin8.11.1]
Backport:
[ruby-core:43376]

Description

=begin
When compiling Ruby 1.9.3 (I've tested 1.9.3p0 and 1.9.3p125), (({thread_pthread.c})) produces a compile error.

The following is the GCC output for the error:
compiling thread.c
In file included from thread.c:204:
thread_pthread.c: In function 'get_stack':
thread_pthread.c:508: error: implicit declaration of function 'pthread_get_stackaddr_np'
thread_pthread.c:508: warning: assignment makes pointer from integer without a cast
thread_pthread.c:509: error: implicit declaration of function 'pthread_get_stacksize_np'
make: *** [thread.o] Error 1

I have (({pthread.h})) in my standard include library (which defines those functions), but my best guess is that for some reason (({thread_pthread.c})) doesn't see it. This is coming from the file (({thread.c})), which includes (({thread_pthread.c})) if that makes any difference.

==== Environment
GCC version: 4.0.1
OS: Mac OS X 10.4.11 Intel
=end

Updated by mame (Yusuke Endoh) almost 12 years ago

  • Status changed from Open to Assigned
  • Assignee set to sorah (Sorah Fukumori)

Sorah, do you know anything about this error?

--
Yusuke Endoh

Updated by nobu (Nobuyoshi Nakada) almost 12 years ago

  • Status changed from Assigned to Rejected

Mac OS X prior to 10.5 has not been supported ever.

Actions

Also available in: Atom PDF

Like0
Like0Like0