Re: [Xcircuit-dev] problem compiling version 3.4.0 ...
Brought to you by:
rtedwards
From: R. T. E. <tim...@mu...> - 2005-10-04 23:31:52
|
Dear Richard, > Just thought I'd let you know I tried compiling version 3.4.0 without > 'asg' and got the following error message when executing 'make tcl' > ... > /usr/bin/ld: lib/tcl/xcircuit.so: undefined versioned symbol name > _LIB_VERSION@@ GLIBC_2.0 Thanks for the heads-up. This can be fixed in the Makefile by removing the "-lm" from the definition for LDFLAGS. This error occurs when "-lm" is specified before "-lieee" in a compile line (i.e., regular math functions apparently conflict with IEEE math functions, for whatever reason). I have already corrected the distribution. Thanks, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: tim...@mu... | | MultiGiG, Inc. | web: http://www.multigig.com | | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 | | Scotts Valley, CA 95066 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |