Jump to content
IGNORED

make install error, atari800 3.1 on Fedora 26 x64


suspicious_milk

Recommended Posts

Sorry in advanced; I'm really-really new to gcc and c in general (a complete moron).

 

SO I couldn't find atari800 rpm for Fedora 2x (at least not a 3.x version). atari800 3.x has some features not found in 2.x.

 

I tried using alien to convert .deb's but no luck (never had much luck with alien), and even tried non-fedora RPMs. No luck there either (of course).

 

Downloaded the tar.gz source atari800-3.1.0 - ./configure went ok, but when doing make install:

xep80.o: In function `XEP80_Initialise':
xep80.c:(.text+0x1479): undefined reference to `ANTIC_cur_screen_pos'
xep80.c:(.text+0x148d): undefined reference to `ANTIC_cpu2antic_ptr'
xep80.o: In function `XEP80_GetBit':
xep80.c:(.text+0x15a2): undefined reference to `ANTIC_cur_screen_pos'
xep80.c:(.text+0x15b6): undefined reference to `ANTIC_cpu2antic_ptr'
xep80.o: In function `XEP80_PutBit':
xep80.c:(.text+0x1673): undefined reference to `ANTIC_cur_screen_pos'
xep80.c:(.text+0x168c): undefined reference to `ANTIC_cpu2antic_ptr'
xep80.c:(.text+0x1715): undefined reference to `ANTIC_cpu2antic_ptr'
xep80.o: In function `XEP80_StateSave':
xep80.c:(.text+0x2515): undefined reference to `ANTIC_cur_screen_pos'
xep80.c:(.text+0x2529): undefined reference to `ANTIC_cpu2antic_ptr'
xep80.o: In function `XEP80_StateRead':
xep80.c:(.text+0x2817): undefined reference to `ANTIC_cur_screen_pos'
xep80.c:(.text+0x282b): undefined reference to `ANTIC_cpu2antic_ptr'
collect2: error: ld returned 1 exit status
make: *** [Makefile:119: atari800] Error 1

I'm guessing that's makefile line 119? which is


   $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)

dep:
    @if ! makedepend -Y $(DEFS) -I. ${OBJS:.o=.c} 2>/dev/null; \
    then echo warning: makedepend failed; fi

please take it easy on me :-( appreciate any input

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...