search for: __stub___mkdtemp

Displaying 5 results from an estimated 5 matches for "__stub___mkdtemp".

2005 Jun 01
0
[LLVMdev] [Cygwin] The mkdtemp() error
...otype would still apply. */ | char mkdtemp (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_mkdtemp) || defined (__stub___mkdtemp) | choke me | #else | char (*f) () = mkdtemp; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mkdtemp; | ; | return 0; | } It defines 'char mkdtemp()' and links it as it is defined in a library but not in a header ! Well, thats thats the easy but annoyi...
2005 May 31
7
[LLVMdev] [Cygwin] 'make tools-only' configuration error
I did not report this first error earlier as I thought it trivial. Basically it looks like something odd is happening with the configuration and 'include/llvm/config/config.h' Getting this error on building the tools on a fresh Cygwin install and update :- $ make tools-only make[1]: Entering directory `/usr/build/llvm/lib/System' llvm[1]: Compiling Path.cpp for Debug build In file
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
...e would still apply. */ char mkdtemp(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_mkdtemp) || defined (__stub___mkdtemp) choke me #else mkdtemp(); #endif ; return 0; } configure:1754: checking for on_exit configure:1782: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lz -lutil 1>&5 configure:1754: checking for openpty configure:1782: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lz -lutil 1>&5...
2000 Sep 26
0
./configure stops: openssl prob
...e would still apply. */ char mkdtemp(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_mkdtemp) || defined (__stub___mkdtemp) choke me #else mkdtemp(); #endif ; return 0; } configure:1838: checking for on_exit configure:1866: gcc -o conftest -I/usr/local/ssl/include -Wall -static -L/lib/security -L/lib -L/usr/local/ssl/lib -L/lib -L/lib/security -L/lib -L/usr/local/ssl -L/lib conftest.c -lnsl -lz -lutil 1>&5 co...
2001 Jul 16
0
No subject
...e would still apply. */ char mkdtemp(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_mkdtemp) || defined (__stub___mkdtemp) choke me #else mkdtemp(); #endif ; return 0; } configure:3213: checking for on_exit configure:3241: cc -o conftest -g conftest.c -lz -lsecurity -ldb -lm -laud -lutil 1>&5 ld: Unresolved: on_exit configure: failed program was: #line 3218 "configure" #include "confdefs.h&qu...