I hope this is the correct list to send my question to. I couldn't find the page dedicated to the list on apples site so I couldn't read the description, archives, or even join the list.
I am using the version of gcc3 that came with the April developer tools: Apple Computer, Inc. GCC version 1041, based on gcc version 3.1 20020105 (experimental) I am experiencing problems with dynamic linking. The problems manifest themselves on runtime. When the first call to a function in my library is made the application gets stuck in a semaphore_wait_trap () . There is only one thread running so of course it will never get out of the trap. I may very well have built my library incorrectly (is there some documentation on how it should be done?) but I get no error when building the library or building the app. If I link my application statically everything behaves as it should. Thanks Galen Faidley --
