search for: ___progname

Displaying 2 results from an estimated 2 matches for "___progname".

Did you mean: __progname
2003 Feb 10
0
compiling failure
...the automatic ssh configure file runs and much of the makefile also executes. However, it crashes out at the sshd.exe compile stage citing: auth-passwd.o(.text+0cxa): In function `auth_password': /usr/local/openssh-3.5p1/auth-passwd.c:227: undefined reference to `_crypt' Info: resolving ___progname by linking to __imp____progname (auto-import) collect2: ld returned 1 exit status I'm lost for ideas on how to resolve this on my own. Any advice appreciated. regards, Kevin Pearson
2009 Jul 29
3
Building on cygwin: xcrypt error
...e co mmand line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.openbsd-compat//libopenbsd-compat.a(xcrypt.o): In funct ion `xcrypt': /home/e/openssh-5.2p1/openbsd-compat/xcrypt.c:78: undefined reference to `_crypt ' Info: resolving ___progname by linking to __imp____progname (auto-import) Info: resolving _optarg by linking to __imp__optarg (auto-import) Info: resolving _optind by linking to __imp__optind (auto-import) Info: resolving _optreset by linking to __imp__optreset (auto-import) collect2: ld returned 1 exit status make: *** [sshd...