Hallo Tim,

My debian compile seems to go much better with this fix in the main Makefile.am:
(somehow tcl/tk did not link in)

greetings,

j.


*** /home/jan/deb-xcircuit/xcircuit-3.7/Makefile.am    2012-03-22 
21:53:08.000000000 +0200
--- /home/jan/deb-xcircuit/xcircuit-3.7-orig/Makefile.am    2012-03-22 
21:53:08.882626913 +0200
***************
*** 33,39 ****
      $(CC) ${CFLAGS} ${SHLIB_CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o \
          ${xcircuit_OBJECTS} ${xcircuit_LDADD} ${SHLIB_LIB_SPECS} \
          ${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} \
!         ${LIB_SPECS} ${EXTRA_LIB_SPECS}
  
  xcircexec$(EXEEXT): xcircexec.o
      $(RM) ./xcircexec$(EXEEXT)
--- 33,39 ----
      $(CC) ${CFLAGS} ${SHLIB_CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o \
          ${xcircuit_OBJECTS} ${xcircuit_LDADD} ${SHLIB_LIB_SPECS} \
          ${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS} \
!         ${EXTRA_LIB_SPECS}
  
  xcircexec$(EXEEXT): xcircexec.o
      $(RM) ./xcircexec$(EXEEXT)

                                          
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to