search for: ldlfag

Displaying 3 results from an estimated 3 matches for "ldlfag".

Did you mean: ldflag
2014 May 05
1
how to specify more than one LDLFAGS
Hi friends, I'm build libtheora on MingW W64 and want to get rid of the dependency on libgcc_s_sjlj-1.dll. I tried to use LDFLAGS=-static-libgcc but seems it doesn't work. Someone told me I should use -static-libgcc -static-libstdc++, but I don't know how to set it. Should I use ./configure LDFLAGS="-static-libgcc -static-libstdc++" or ./configure LDFLAGS=-static-libgcc
2011 Jul 06
1
Could not build Samba with ADS support on Solaris 10
I tried to build Samba with ADS support, I got error, messages are: . checking for ldap_initialize... no checking whether LDAP support is used... yes checking for Active Directory and krb5 support... yes checking for ldap_initialize... (cached) no configure: error: Active Directory support requires ldap_initialize I installed Openldap(downloaded from sunfreeware), tried the following
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki: