search for: includelib

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

Did you mean: includedir
2000 Oct 23
0
Compiler Problems Bug
I was recently trying compile the SSH client in my home directory (since I didn't have root access to the machine). I compiled and installed zlib and OpenSSL, but when I went to compile OpenSSH, it complained that it couldn't find zlib. I tried using the --prefix, --includedir, and --includelib directories, but nothing worked. After messing with the configure script, it became apparent that for the purposes of the configuration tests, --includedir and --includelib were not being passed to gcc. The easiest fix is simply to alias gcc and put in the correct options - but I thought you might...
2009 Jan 07
3
[LLVMdev] LLVM optmization
...re x86_stdcallcc i32 @WaitForSingleObject(i8*, i32) declare x86_stdcallcc i32 @CloseHandle(i8*) //////////////////////// ; Listing generated by Microsoft (R) Optimizing Compiler Version 14.00.50727.762 TITLE C:\msys\1.0\home\mteixeira\testeadvpl.c .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _tini:DWORD COMM _tfim:DWORD _DATA ENDS PUBLIC _TESTE ; Function compile flags: /Ogtpy ; File c:\msys\1.0\home\mteixeira\testeadvpl.c ; COMDAT _TESTE _TEXT SEGMENT _parami$ = 8 ; size = 4 _paraml$ = 12 ; size = 4 _paramd$ = 16 ; size = 8...