Menu

#28 Compiling on i386 Debian Stable 2020-12-25

None
closed
None
5
2021-07-17
2020-12-25
No

Compiling on
Debian 4.19.160-2(i686) with VE7FET ax25stack and ax25mail-util compiled from scratch

on "make" I catch this error:
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -o linpac data.o calls.o sources.o commands.o event.o names.o screen.o windows.o editor.o tools.o watch.o evaluate.o infoline.o status.o sounds.o evqueue.o comp.o keyboard.o hash.o linpac.o -lncurses
libtool: link: g++ -g -O2 -o linpac data.o calls.o sources.o commands.o event.o names.o screen.o windows.o editor.o tools.o watch.o evaluate.o infoline.o status.o sounds.o evqueue.o comp.o keyboard.o hash.o linpac.o -lncurses
/usr/bin/ld: windows.o: in function putline(_win_st*, int, TLine&, bool)': /home/iz5fsa/linpac/src/windows.cc:75: undefined reference toalloc_pair'
/usr/bin/ld: /home/iz5fsa/linpac/src/windows.cc:75: undefined reference to alloc_pair' /usr/bin/ld: windows.o: in functionWindow::outch(char, int)':
/home/iz5fsa/linpac/src/windows.cc:430: undefined reference to `alloc_pair'
collect2: error: ld returned 1 exit status
make[3]: [Makefile:477: linpac] Error 1
make[3]: uscita dalla directory "/home/iz5fsa/linpac/src"
make[2]:
[Makefile:567: all-recursive] Error 1
make[2]: uscita dalla directory "/home/iz5fsa/linpac/src"
make[1]: [Makefile:464: all-recursive] Error 1
make[1]: uscita dalla directory "/home/iz5fsa/linpac"
make:
[Makefile:375: all] Error 2

dependencies seems al ok... is there a 32bit only situation????

--
73 de Leo IZ5FSA

Discussion

  • David Ranch

    David Ranch - 2020-12-25

    Please try doing a build using the develop branch. I think you'll be OK then

     
  • Leonardo IZ5FSA

    Leonardo IZ5FSA - 2020-12-25

    Yes!
    You're right. Linpac is compiled and... working!
    Now I have to learn how to use it!
    Thank you!

    --
    73 de Leo IZ5FSA

     
  • David Ranch

    David Ranch - 2021-07-17
    • status: open --> closed
    • assigned_to: David Ranch
    • Group: -->
     
  • David Ranch

    David Ranch - 2021-07-17

    Fixed with help from KD6YAM via commit 5fdb023ca4611789fa1d758a150774be65c2d693

     

Log in to post a comment.