Welcome, Guest. Please login or register.

Author Topic: Basic Amiga-API coding  (Read 11896 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gklka

  • Newbie
  • *
  • Join Date: Feb 2006
  • Posts: 2
    • Show all replies
    • http://gk.lka.hu
Re: Basic Amiga-API coding
« on: August 01, 2006, 11:38:11 PM »
I get this error message:

gcc o/gcc-classic-stable/main.o -lauto -o bin/gcc-classic-stable/example4
/gg/lib/libamiga.a(createmenus.o)(.text+0x4): undefined reference to `GadToolsBase'
/gg/lib/libamiga.a(freemenus.o)(.text+0x4): undefined reference to `GadToolsBase'
collect2: ld returned 1 exit status
make: *** [bin/gcc-classic-stable/example4] Error 1
Done.

What shall I do? What's wrong?
 

Offline gklka

  • Newbie
  • *
  • Join Date: Feb 2006
  • Posts: 2
    • Show all replies
    • http://gk.lka.hu
Re: Basic Amiga-API coding
« Reply #1 on: August 02, 2006, 11:14:25 AM »
@Kronos

Switching to libnix works, thanks!

So we can use menus - what's next? :)

PS: Window title in example 4 is still "intuition3"! ;)