gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: 32bit GCL


From: Gabriel Dos Reis
Subject: Re: [Gcl-devel] Re: 32bit GCL
Date: Sun, 08 Aug 2010 23:12:14 -0500

Camm Maguire <address@hidden> writes:

[...]

| > Camm, do you think it is possible to make --disable-tk --disable-tcl
| > entirely disabling linking with tcl/tk?
| >
| 
| OK --enable-tcltk is now a configure switch (default yes).

Hi Camm,

I just tried:  --disable-tcltk works great.
However, the build fails when I leave that configure option out.  Here
is the error:

gcc  guis.o tkAppInit.o tkMain.o -o gcltkaux  -L/opt/local/lib -ltk8.5
-L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.8/unix
 -ltk8.5 -lX11 -Wl,-weak-lXss -lXext  -L/opt/local/lib -ltcl8.5  `echo  | sed 
-e s:-lieee::g`  `echo -m32  -Wl,-headerpad,56        -lm -lreadline | sed -e 
's/-lncurses/ /'` ../o/gcllib.a
Undefined symbols:
  "_my_malloc", referenced from:
      _setup_connection_state in guis.o
      _setup_connection_state in guis.o
      _read1 in guis.o
      _guiParseMsg1 in guis.o
      _sock_connect_to_name in guis.o
      _sock_connect_to_name in guis.o
      _StdinProc in tkMain.o
      _StdinProc in tkMain.o
  "_my_free", referenced from:
      _sock_close_connection in guis.o
      _sock_close_connection in guis.o
      _read1 in guis.o
      _main in guis.o
      _main in guis.o
      _StdinProc in tkMain.o
      _my_free$non_lazy_ptr in tkMain.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [gcltkaux] Error 1
make: *** [do-gcl-tk] Error 2


This is with macports on:
ring:gcl-2.6.8.cvs gdr$ uname -a
Darwin ring.cs.tamu.edu 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 
PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

-- Gaby



reply via email to

[Prev in Thread] Current Thread [Next in Thread]