Date: 02-12-23  Time: 11:47 AM

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
AIXTOOLS / Re: gcc11
« Last post by Michael on June 23, 2022, 07:23:08 AM »
I'll start again. First get rebuilt what I had first. As a test
12
AIXTOOLS / Re: gcc11
« Last post by yuzhichang on June 22, 2022, 06:34:58 AM »
Did you have chance look into this issue?
13
Announcements / Outage
« Last post by Michael on June 18, 2022, 08:46:01 AM »
What a week - three disks died, and it was too much to try and fix remotely.

Slowly coming back to normal.
14
Applications / Re: samba for AIX7.2
« Last post by Michael on May 31, 2022, 01:35:58 PM »
I have never packaged SAMBA - but the AIXToolbox has: check out: https://www.ibm.com/support/pages/aix-toolbox-open-source-software-downloads-alpha#S
15
Applications / samba for AIX7.2
« Last post by mmrunix on May 26, 2022, 10:10:26 PM »
Could you please let me know where I can download samba for AIX7.2. As for samba vulnerability we need to upgrade samba in few of our AIX servers.
We are running Samba version 3.6.25 for most of our servers. Need to upgrade Samba version 4.14. or so on.
Thanks.
16
AIXTOOLS / Re: gcc11
« Last post by Michael on May 17, 2022, 11:25:02 AM »
I have not been working on gcc. Was frustrated that I could not rebuild what I had built before.

Next week - I might have time to investigate again. Priority #1 is finish my presentation for COMMON Europe, next month.
17
AIXTOOLS / Re: gcc11
« Last post by yuzhichang on May 17, 2022, 06:46:21 AM »
Did you try building clang on AIX 6.1?
18
AIXTOOLS / Re: gcc11
« Last post by yuzhichang on May 17, 2022, 01:21:56 AM »
 The `/usr/local/bin/ar` and `/usr/local/bin/ranlib` introduced by binutils-2.34.tar.bz2 make the existing gcc-6.3 unable to link any executables.
Removing them recovers the gcc-6.3, but doesn't help to build gcc-11.2.
I'm blocked.
19
AIXTOOLS / Re: gcc11
« Last post by Michael on May 16, 2022, 11:18:07 AM »
bash-5.0# oslevel -s
6100-07-00-0000

I installed gcc-c++-6.3.0-1.aix6.1.ppc.rpm (from perzl.org), then following packages one by one:
https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.gz
https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.bz2
https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.bz2
http://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz
https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.gz

Building gcc failed with the error:
Code: [Select]
gcc -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
collect2: fatal error: ../libiberty/libiberty.a: not a COFF file
compilation terminated.

Try both
Code: [Select]
ar -X32 tv ../libiberty/libiberty.a and
Code: [Select]
ar -X64 tv ../libiberty/libiberty.a. The message probaly means you have members in the archive - of the wrong ABI.

The default ABI is 32-bit.
20
AIXTOOLS / Re: gcc11
« Last post by yuzhichang on May 14, 2022, 07:21:40 AM »
bash-5.0# oslevel -s
6100-07-00-0000

I installed gcc-c++-6.3.0-1.aix6.1.ppc.rpm (from perzl.org), then following packages one by one:
https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.gz
https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.bz2
https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.bz2
http://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz
https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.gz

Building gcc failed with the error:
Code: [Select]
gcc -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
collect2: fatal error: ../libiberty/libiberty.a: not a COFF file
compilation terminated.

Pages: 1 [2] 3 4 ... 10