Cygwin windows compile

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Cygwin windows compile

Jonathan Kelly
Hi,

I'm trying to do a windows compile of gnu-smalltalk under cygwin. I'm
using the mingw-* cygwin packages: I know this works as it's how I
compile TCL/TK to create windows exe's for that.

The problem appears to be when the make gets to a CCLD item, it stalls
... it looks like it has spawned a CMD.EXE that doesn't go anywhere.

Here is the output of make ... at which point it stops ...
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/c/src/smalltalk'
Making all in lib-src
make[2]: Entering directory `/cygdrive/c/src/smalltalk/lib-src'
  CC       getopt.lo
getopt.c: In function '_getopt_internal':
getopt.c:576:7: warning: implicit declaration of function 'strcmp'
getopt.c:655:3: warning: implicit declaration of function 'strlen'
getopt.c:655:21: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:679:16: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:697:8: warning: suggest explicit braces to avoid ambiguous
'else'
getopt.c:709:17: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:725:17: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:730:16: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:841:51: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:864:18: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:884:19: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:898:19: warning: incompatible implicit declaration of built-in
function 'strlen'
getopt.c:902:18: warning: incompatible implicit declaration of built-in
function 'strlen'
  CC       getopt1.lo
  CC       md5.lo
  CC       avltrees.lo
  CC       rbtrees.lo
  CC       lock.lo
  CC       strspell.lo
  CC       regex.lo
  CC       socketx.lo
  CC       pointer-set.lo
  CC       obstack.lo
  CC       poll.lo
  CC       setenv.lo
  CC       getaddrinfo.lo
getaddrinfo.c: In function 'getnameinfo':
getaddrinfo.c:369:4: warning: implicit declaration of function
'inet_ntop'
  CC       inet_ntop.lo
  CC       strsignal.lo
  CC       mkstemp.lo
  CC       getdtablesize.lo
  CC       strsep.lo
  CC       symlink.lo
  CC       mkdtemp.lo
  CCLD     library.la

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk