Hello Romano,
So, is there a line in your tclConfig.sh that defines
TCL_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.5'
?
Ubuntu 14.04:
[:~] % cat /usr/lib/tclConfig.sh
#! /bin/sh
. /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/tcl8.6/tclConfig.sh
[:~] % cat /usr/lib/x86_64-linux-gnu/tclConfig.sh | grep SPEC
TCL_BUILD_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.6'
TCL_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.6'
TCL_INCLUDE_SPEC='-I/usr/include/tcl8.6'
TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltclstub8.6'
TCL_STUB_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltclstub8.6'
so yes, there is. I can send you the whole files if you want...
I think that's all I need to know. It looks like somebody has put
a wrapper at /usr/lib/tclConfig.sh to point to the location of the
actual file, but sourcing either file should work to generate all
the compile-time definitions. I will update some of my make scripts
and see if it all works out. If I can make use of sourcing the
tclConfig.sh file, then it will be much easier to maintain the
make scripts.
Thanks for your help!
Regards,
Tim
+--------------------------------+-------------------------------------+
| R. Timothy Edwards (Tim) | email: t...@opencircuitdesign.com |
| Open Circuit Design | web: http://opencircuitdesign.com |
| 22815 Timber Creek Lane | phone: (301) 528-5030 |
| Clarksburg, MD 20871-4001 | cell: (240) 401-0616 |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
Xcircuit-dev@opencircuitdesign.com
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev