poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] GNU poke 3.90.4 pre-released in alpha.gnu.org


From: Mohammad-Reza Nabipoor
Subject: Re: [platform-testers] GNU poke 3.90.4 pre-released in alpha.gnu.org
Date: Sun, 25 Feb 2024 21:44:18 +0100

Hi Dago,

On Sun, Feb 25, 2024 at 01:41:34PM +0100, Dagobert Michelsen wrote:
> With 30.9.4 I get the following error on linkage on Solaris 10 x86 with GCC 
> 5.5:
> 
> Undefined                       first referenced
>  symbol                             in file
> vasprintf                           .libs/libpoke_la-pkl-diag.o  (symbol 
> belongs to unavailable version /lib/libc.so (SUNW_1.22.7))
> asprintf                            .libs/libpoke_la-libpoke.o  (symbol 
> belongs to unavailable version /lib/libc.so (SUNW_1.22.7))
> ld: fatal: symbol referencing errors. No output written to 
> .libs/libpoke.so.1.0.0
> 


I tried to reproduce this problem (on unstable10x), but I couldn't!

These are my steps to compile the poke-3.90.4:

  $ wget https://github.com/ivmai/bdwgc/releases/download/v8.2.6/gc-8.2.6.tar.gz
  $ gunzip gc-8.2.6.tar.gz
  $ tar xf gc-8.2.6.tar
  $ cd gc-8.2.6
  $ mkdir _build && ../configure --prefix=$HOME/usr && make && make install

  $ cd $HOME
  $ wget https://alpha.gnu.org/gnu/poke/poke-3.90.4.tar.gz
  $ gunzip poke-3.90.4.tar.gz
  $ tar xf poke-3.90.4.tar
  $ cd poke-3.90.4 && mkdir _build && cd _build
  $ ../configure --prefix=$HOME/usr \
        PKG_CONFIG_LIBDIR=$HOME/usr/lib/pkgconfig \
        CFLAGS="-I$HOME/usr/include" \
        LDFLAGS="-L$HOME/usr/lib/"
  $ gmake
  $ gmake install
  $ $HOME/usr/bin/poke


And it works!


What are your steps to compile poke?


Regards,
Mohammad-Reza



reply via email to

[Prev in Thread] Current Thread [Next in Thread]