project-navigation
Personal tools

Author Topic: 2.2 dev cmdlib.c compile problem  (Read 2913 times)

Offline lfloden

  • Rookie
  • ***
  • Posts: 68
    • View Profile
2.2 dev cmdlib.c compile problem
« on: May 17, 2007, 01:15:03 am »
When trying to compile anything that uses the cmdlib.c file it comes up with this error. I was able to comment out the line and it would work, but since I wasn't sure what exactly this does I figured that shouldn't be the way to go. I would define it if I knew what to define it as, but there are others that I'm sure know what it should be.

ufo2map/cmdlib.o(.text+0xc8a):cmdlib.c: undefined reference to `unzCloseCurrentFile'
collect2: ld returned 1 exit status

make.exe: *** [../../ufo2map.exe] Error 1

Execution terminated

Offline lfloden

  • Rookie
  • ***
  • Posts: 68
    • View Profile
Also has the problem in qdata
« Reply #1 on: May 19, 2007, 12:33:52 am »
ufo2map compiles now, but qdata doesn't.

ufo2map/cmdlib.o(.text+0xc8a):cmdlib.c: undefined reference to `unzCloseCurrentFile'
collect2: ld returned 1 exit status

make.exe: *** [../../ufo2map.exe] Error 1

Execution terminated