Posted to tcl by patthoyts at Sat Jun 14 00:44:42 GMT 2008view raw

  1. pat@SNAKE /opt/tcl/src/tcludp1/msys-gcc
  2. $ make
  3. gcc -DPACKAGE_NAME=\"udp\" -DPACKAGE_TARNAME=\"udp\" -DPACKAGE_VERSION=\"1.0.9\"
  4. -DPACKAGE_STRING=\"udp\ 1.0.9\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAV
  5. E_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_M
  6. EMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD
  7. _H=1 -DBUILD_udp=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_LSEEK64
  8. =1 -DUSE_TCL_STUBS=1 -DHAVE_FCNTL_H=1 -I"C:/opt/tcl/include" -pipe -O2 -fom
  9. it-frame-pointer -Wall -Wno-implicit-int -c `echo ../generic/udp_tcl.c` -o udp
  10. _tcl.o
  11. ../generic/udp_tcl.c: In function `ErrorToObj':
  12. ../generic/udp_tcl.c:1483: warning: dereferencing type-punned pointer will break
  13. strict-aliasing rules
  14. rm -f udp109.dll
  15. gcc -shared -o udp109.dll udp_tcl.o -lws2_32 "/opt/tcl/lib/tclstub84.lib"
  16. Warning: .drectve `-defaultlib:MSVCRT ' unrecognized
  17. Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized
  18. : udp109.dll
  19. (echo 'package ifneeded udp 1.0.9 \
  20. [list load [file join $dir udp109.dll]]'\
  21. ) > pkgIndex.tcl