Skip to content

Instantly share code, notes, and snippets.

@sitedyno
Created September 27, 2012 00:14
Show Gist options
  • Save sitedyno/3791428 to your computer and use it in GitHub Desktop.
Save sitedyno/3791428 to your computer and use it in GitHub Desktop.
c:/mingw/bin/mingw32-make -C src
check for ../config.mk ...
ok.
mingw32-make[1]: Entering directory 'C:/MinGW/msys/1.0/home/candybar/opus-transmitter/src'
g++ -o butt FLTK/Fl_ILM216.o FLTK/Fl_Native_File_Chooser.o FLTK/fl_callbacks.o FLTK/fl_funcs.o FLTK/flgui.o butt.o cfg.o icecast.o opus_encode.o parseconfig.o port_audio.o ringbuffer.o shoutcast.o sockfuncs.o strfuncs.o timer.o util.o wav_header.o -g -L/usr/local/lib `` -lpthread -lportaudio -mwindows /mingw/lib/libfltk_images.a /mingw/lib/libfltk_png.a /mingw/lib/libfltk_z.a /mingw/lib/libfltk_jpeg.a /mingw/lib/libfltk.a -lole32 -luuid -lcomctl32 -logg -lopus
shoutcast.o: In function `Z14sc_update_songv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:239: undefined reference to `closesocket@4'
shoutcast.o: In function `Z13sc_disconnectv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:247: undefined reference to `closesocket@4'
shoutcast.o: In function `Z10sc_connectv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:109: undefined reference to `send@16'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:117: undefined reference to `send@16'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:125: undefined reference to `send@16'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:133: undefined reference to `send@16'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:141: undefined reference to `send@16'
shoutcast.o:C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:149: more undefined references to `send@16' follow
shoutcast.o: In function `Z13sc_disconnectv':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/shoutcast.cpp:250: undefined reference to `WSACleanup@0'
sockfuncs.o: In function `Z15sock_setbufsizePiii':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:101: undefined reference to `setsockopt@20'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:107: undefined reference to `setsockopt@20'
sockfuncs.o: In function `Z13sock_nonblockPi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:178: undefined reference to `ioctlsocket@12'
sockfuncs.o: In function `Z10sock_blockPi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:193: undefined reference to `ioctlsocket@12'
sockfuncs.o: In function `Z11sock_selectPiii':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:219: undefined reference to `select@20'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:216: undefined reference to `select@20'
sockfuncs.o: In function `Z9sock_recvPiPcii':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:162: undefined reference to `recv@16'
sockfuncs.o: In function `Z9sock_sendPiPcii':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:138: undefined reference to `send@16'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:140: undefined reference to `WSAGetLastError@0'
sockfuncs.o: In function `Z12sock_isvalidPi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:231: undefined reference to `getsockopt@20'
sockfuncs.o: In function `Z10sock_closePi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:242: undefined reference to `closesocket@4'
sockfuncs.o: In function `Z12sock_connectPcsi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:51: undefined reference to `WSAStartup@8'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:54: undefined reference to `socket@12'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:58: undefined reference to `gethostbyname@4'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:70: undefined reference to `htons@4'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:77: undefined reference to `connect@12'
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:61: undefined reference to `gethostbyaddr@12'
sockfuncs.o: In function `Z10sock_closePi':
C:\MinGW\msys\1.0\home\candybar\opus-transmitter\src/sockfuncs.cpp:243: undefined reference to `WSACleanup@0'
collect2: ld returned 1 exit status
Makefile:56: recipe for target 'butt' failed
mingw32-make[1]: *** [butt] Error 1
mingw32-make[1]: Leaving directory 'C:/MinGW/msys/1.0/home/candybar/opus-transmitter/src'
Makefile:48: recipe for target 'butt' failed
mingw32-make: *** [butt] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment