search for: ienv

Displaying 7 results from an estimated 7 matches for "ienv".

Did you mean: env
2017 Apr 27
2
ld.lld on MacOS question
...that makes the hello shared lib and the command that I use to link the file. Thanks for any help, this looks like an amazing solution if it can get to work on all supported platforms. Kind regards, Peter Kriens $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ -target x86_64-apple-darwin16.5.0 \ -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ -v \ -nostdinc \ -fPIC \ -c \ -Wno-nullability-completeness \ hello.c x.c $ file hello.o hello.o: Mach-O 64-bit object x86_64 $ /usr/local/Cellar/llvm/4.0.0_1/bin/ld.lld \ -flavor darwin \ -v \ -sdk_version 10.5.0 \ -demangle \ -arch x86_64...
2017 Apr 27
1
ld.lld on MacOS question
...that I use to link the file. > > Thanks for any help, this looks like an amazing solution if it can get to > work on all supported platforms. > > Kind regards, > > Peter Kriens > > $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ > -target x86_64-apple-darwin16.5.0 \ > -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ > -v \ > -nostdinc \ > -fPIC \ > -c \ > -Wno-nullability-completeness \ > hello.c x.c > > $ file hello.o > hello.o: Mach-O 64-bit object x86_64 > > $ /usr/local/Cellar/llvm/4.0.0_1/bin/ld.lld \ > -flavor darwin \ >...
2017 May 11
2
ld.lld on MacOS question
...at I use to link the file. > > Thanks for any help, this looks like an amazing solution if it can get to work on all supported platforms. > > Kind regards, > > Peter Kriens > > $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ > -target x86_64-apple-darwin16.5.0 \ > -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ > -v \ > -nostdinc \ > -fPIC \ > -c \ > -Wno-nullability-completeness \ > hello.c x.c > > $ file hello.o > hello.o: Mach-O 64-bit object x86_64 > > $ /usr/local/Cellar/llvm/4.0.0_1/bin/ld.lld \ > -flavor darwi...
2017 May 06
0
ld.lld on MacOS question
...t; Thanks for any help, this looks like an amazing solution if it can get to >> work on all supported platforms. >> >> Kind regards, >> >> Peter Kriens >> >> $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ >> -target x86_64-apple-darwin16.5.0 \ >> -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ >> -v \ >> -nostdinc \ >> -fPIC \ >> -c \ >> -Wno-nullability-completeness \ >> hello.c x.c >> >> $ file hello.o >> hello.o: Mach-O 64-bit object x86_64 >> >> $ /usr/local/Cellar/llvm/4.0....
2017 May 12
2
ld.lld on MacOS question
...;> Thanks for any help, this looks like an amazing solution if it can get to work on all supported platforms. >> >> Kind regards, >> >> Peter Kriens >> >> $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ >> -target x86_64-apple-darwin16.5.0 \ >> -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ >> -v \ >> -nostdinc \ >> -fPIC \ >> -c \ >> -Wno-nullability-completeness \ >> hello.c x.c >> >> $ file hello.o >> hello.o: Mach-O 64-bit object x86_64 >> >> $ /usr/local/Cellar/l...
2017 May 16
1
ld.lld on MacOS question
...l supported platforms. >>>>> >>>>> Kind regards, >>>>> >>>>> Peter Kriens >>>>> >>>>> $ /usr/local/Cellar/llvm/4.0.0_1/bin/clang \ >>>>> -target x86_64-apple-darwin16.5.0 \ >>>>> -Ienvs/x86_64/apple/macos/darwin/16.5.0/include \ >>>>> -v \ >>>>> -nostdinc \ >>>>> -fPIC \ >>>>> -c \ >>>>> -Wno-nullability-completeness \ >>>>> hello.c x.c >>>>> >>>>> $ file hello...
2009 Nov 19
2
Combination of default domain and username character translation problem in POP3 server configuration
...llowing options in the configuration file: auth_default_realm = myprincipaldomain.es auth_username_translation = !@ The combination of these two parameters produces the following effect when I login with an user of a secondary domain (I have no problem with principal domain authentication): +OK Bienvenido al servidor de correo. user prueba!mysecondarydomain.es +OK pass prueba. -ERR Authentication failed. quit +OK Logging out This is the resulting log: Nov 19 09:58:51 prueba dovecot: auth(default): new auth connection: pid=21953 Nov 19 09:59:04 prueba dovecot: auth(default): client in: AUTH 1...