Re: compiling openpkg gcc on 5.1 - SUCCESS!!!

2005-07-25 Thread Ralf S. Engelschall
On Mon, Jul 25, 2005, Henri Gomez wrote: [...] Ok, these install changes are not incorporated into the gcc, gcc40 and gcc41 packages of CURRENT... So, does all this mean that with --without binutils these latest CURRENT packages of GCC now build out of the box under AIX?

Re: compiling openpkg gcc on 5.1 - SUCCESS!!!

2005-07-25 Thread Henri Gomez
# package options %option with_cxx yes %option with_objc no %option with_java no %option with_f77 no %option with_optimize yes %option with_profile no %option with_binutils no %option with_threads yes %option

Re: wget / openssl

2005-07-25 Thread Ralf S. Engelschall
On Mon, Jul 25, 2005, Henri Gomez wrote: After the successfull gcc build on AIX 5.2/PASE, I tried to build wget. The build failed since autoconf didn't locate openssl. [...] Try the latest wget from CURRENT as of today. I've tried a blind improvement in the hope it fixes your problem.

Re: compiling openpkg gcc on 5.1 - SUCCESS!!!

2005-07-25 Thread Doug Summers
Simon J Mudd wrote: Doug Summers [EMAIL PROTECTED] writes: [snip] rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/$subdir done mv $RPM_BUILD_ROOT%{l_prefix}/${triple}/include/* \ Ralf S. Engelschall [EMAIL

issue building samba-3.0.14a

2005-07-25 Thread Lois Bennett
Hi All, I have answered my own question but I believe this is a problem in the samba.spec file. (Unless I am reading it wrong. I am a bit of a newby) The spec file for samba assumes that the default for using LDAP in building samba is 'no' but the samba configure has 'yes' or 'auto' as

Checking Install Dependencies

2005-07-25 Thread Doug Summers
Using 'openpkg rpm -qp filename.src.rpm --requires' gives me a nice list of what OpenPKG rpm's are required to build the binary. How can I check for the install dependencies? Postfix is one that comes to mind that need procmail to install but not to build. Doug

Re: issue building samba-3.0.14a

2005-07-25 Thread Michael van Elst
On Mon, Jul 25, 2005 at 07:38:11PM -0400, Lois Bennett wrote: The spec file for samba assumes that the default for using LDAP in building samba is 'no' but the samba configure has 'yes' or 'auto' as the default. I always prefer an explicit setting for all cases and a comparison against yes.