search for: homebake

Displaying 4 results from an estimated 4 matches for "homebake".

2015 Jan 21
1
Samba4 Sharing Issue
Rowland Penny <rowlandpenny <at> googlemail.com> writes: > > On 13/01/15 11:48, srikanth <at> icat.ac.in wrote: > > Dear Samba Team, > > First of all Thank you for Implementing samba4 version > > with RSAT it was very useful in our environment.we have > > configured samba4 with RSAT in our college it was working > > for the
2015 Jan 13
2
Samba4 Sharing Issue
Dear Samba Team, First of all Thank you for Implementing samba4 version with RSAT it was very useful in our environment.we have configured samba4 with RSAT in our college it was working for the past 5 to 6 weeks and then later we are facing the problem in accessing sharing folder i am getting error "security id structure is invalid" is there any solution for this
2019 Jan 25
2
How to generate .bc file using configure && make on Mac OS X?
Hi, I use the following commands to compile a GNU package to .bc files on Linux. ./configure CC=clang RANLIB=llvm-ranlib CFLAGS=-flto LDFLAGS=-Wl\,-plugin-opt=save-temps\ -flto\ -fuse-ld=gold make But since it uses ld.gold, it won't work on Mac OS X. Is there something equivalent that works on Mac OS X? Thanks. -- Regards, Peng
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
...-flto checking build system type... x86_64-apple-darwin17.7.0 checking host system type... x86_64-apple-darwin17.7.0 Beginning configuration for bash-5.0-release for x86_64-apple-darwin17.7.0 checking for gcc... clang checking whether the C compiler works... no configure: error: in `/Users/pengy/homebake/work/bash/build/Linux/y': configure: error: C compiler cannot create executables See `config.log' for more details Here is the relevant content from config.log ==== configure:3750: checking whether the C compiler works configure:3772: clang -g -flto -Wl,-plugin-opt=save-temps -flto conft...