> Pavel, > The getch macro can be changed and checked in to exclude the parameters > since the function itself is a void. The typedefs need to are required > so you will problem just have to work around them for now. The inline > problem is a little more difficult. Does your compiler not support > inlined functions? The code warrior comiler allows you to enable or > disable the inline functionality. Are you sure that there isn't a > compiler directive that will take care of this problem? > > thanks, > Brad Hi Brad, I am using gcc 2.95.3 for my NLM (Apache) builds on Linux and Win32 platforms. It seems that problematic "ap_os_is_path_absolute" function it is not really inlined, so the problem is occuring (symbol name really exists in linked .o files). Tried -finline-functions and -fkeep-inline-functions gcc options, but no luck. Thanks for your support, Pavel
