Author Topic: Linking: upodater.exe (mingw)  (Read 561 times)

Aerig

  • Hydlaa Resident
  • *
  • Posts: 76
    • View Profile
Linking: upodater.exe (mingw)
« on: February 08, 2005, 08:54:53 am »
I could be, and probably am, wrong about this, but ...

Quote
LinkApplication updater.exe
./out/msysx86/debug/src/updater/download.o(.text+0x8c): In function `ZN7updater10DownloaderC2Ev\':
f:/dev/planeshift/src/updater/download.cpp:52: undefined reference to `_imp__curl_easy_init\'
./out/msysx86/debug/src/updater/download.o( .text+0xf8 ):f:/dev/planeshift/src/updater/download.cpp:58: undefined reference to `_imp__curl_easy_setopt\'


appears to be caused by omission of -lcurldll from the linker options.

At least adding that gets rid of that link time error (my self compiled updater is still failing to run because of some CS problem)
« Last Edit: February 08, 2005, 09:36:03 am by Aerig »