Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created February 12, 2012 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislavena/6a234cd94c1ceb0ac7c8 to your computer and use it in GitHub Desktop.
Save luislavena/6a234cd94c1ceb0ac7c8 to your computer and use it in GitHub Desktop.
/bin/sh ../libtool --tag=CC --mode=link gcc -DLIBSSH2_WIN32 -o subsystem_netconf.exe subsystem_netconf.o ../src/libssh2.la -lws2_32
libtool: link: gcc -DLIBSSH2_WIN32 -o .libs/subsystem_netconf.exe subsystem_netconf.o ../src/.libs/libssh2.dll.a -lssl -lcrypto -lz -lws2_32 -LC:/Knapsack/var/knapsack/software/x86-windows/libssh2/1.4.0/lib
if gcc -DHAVE_CONFIG_H -I../include -I../example -DLIBSSH2_WIN32 -MT x11.o -MD -MP -MF ".deps/x11.Tpo" -c -o x11.o x11.c; \
then mv -f ".deps/x11.Tpo" ".deps/x11.Po"; else rm -f ".deps/x11.Tpo"; exit 1; fi
x11.c:10:23: fatal error: sys/ioctl.h: No such file or directory
compilation terminated.
make[2]: *** [x11.o] Error 1
make[2]: Leaving directory `/c/Knapsack/tmp/knapsack/work/x86-windows/libssh2/1.4.0/libssh2-1.4.0/example'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/c/Knapsack/tmp/knapsack/work/x86-windows/libssh2/1.4.0/libssh2-1.4.0/example'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment