Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-21 Thread David Edelsohn via cfarm-users
On Wed, Sep 21, 2022 at 11:08 AM Bruno Haible wrote: > David Edelsohn wrote: > > Someone created a huge file in /var/tmp. I have removed it, so there now > > is space. > > Thank you! > > > > 2) A symbolic link for /usr/lib/libncurses.a exists, but linking with > > > this library produces a non-f

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-21 Thread Bruno Haible via cfarm-users
David Edelsohn wrote: > Someone created a huge file in /var/tmp. I have removed it, so there now > is space. Thank you! > > 2) A symbolic link for /usr/lib/libncurses.a exists, but linking with > > this library produces a non-functional program: > > > > $ cat conftest.c > > extern int tgetent (c

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-21 Thread David Edelsohn via cfarm-users
On Sun, Sep 18, 2022 at 10:15 AM Bruno Haible via cfarm-users < cfarm-users@lists.tetaneutral.net> wrote: > On the gcc119 (AIX 7.2) machine, there are two problems: > > 1) The /var partition is full: > > $ df -m /tmp /var/tmp > FilesystemMB blocks Free %UsedIused %Iused Mounted on > /

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-20 Thread Jonathan Wakely via cfarm-users
On Tue, 20 Sept 2022 at 21:44, Kaz Kylheku via cfarm-users wrote: > > On 2022-09-18 07:14, Bruno Haible via cfarm-users wrote: > > On the gcc119 (AIX 7.2) machine, there are two problems: > > Should I be porting anythnig to AIX? Does anyone use it any more? > > Simple code like this doesn't compil

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-20 Thread Kaz Kylheku via cfarm-users
On 2022-09-18 07:14, Bruno Haible via cfarm-users wrote: > On the gcc119 (AIX 7.2) machine, there are two problems: Should I be porting anythnig to AIX? Does anyone use it any more? Simple code like this doesn't compile: #include // ... void foo(struct in6_addr *addr) { return bar

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-19 Thread Martin Guy via cfarm-users
On 18/09/2022, Bruno Haible via cfarm-users wrote: > On the gcc119 (AIX 7.2) machine, there are two problems: > With no room on /var/tmp, 'vi' is inoperable. You could use the smallest full-function vi clone, xvi, either alias vi ~martin/bin/xvi or export PATH=$PATH:~martin/bin and then say

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-19 Thread Jeffrey Walton via cfarm-users
On Mon, Sep 19, 2022 at 2:43 PM Paul H. Hargrove via cfarm-users wrote: > > Regarding `vi`, you may wish to try setting environment variable > `TMPDIR=/tmp` or `TMPDIR=$HOME`. /tmp is sometimes off-limits to users. I think TMPDIR=$HOME/tmp would probably be the best choice. I started using $HOME

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-19 Thread Paul H. Hargrove via cfarm-users
Bruno, Regarding `vi`, you may wish to try setting environment variable `TMPDIR=/tmp` or `TMPDIR=$HOME`. While I've not tested gcc119 specifically, this is *usually* the right way to control the location used for temporary files. Of course, given that this is AIX, YMMV. -Paul On Sun, Sep 18, 202

[cfarm-users] Two problems on the gcc119 machine

2022-09-18 Thread Bruno Haible via cfarm-users
On the gcc119 (AIX 7.2) machine, there are two problems: 1) The /var partition is full: $ df -m /tmp /var/tmp FilesystemMB blocks Free %UsedIused %Iused Mounted on /dev/hd3 16384.00 12377.05 25% 132106 5% /tmp /dev/hd9var 4096.00 0.00 100% 244033% /va