Hi Christian,

Klaus has found this problem at first! :-) A fix is to call configure with --with-tclconfig=/usr/lib64/ (als Klaus has found out).

I'm not sure if /usr/lib64 is a special hack on fedora or permitted on LSB. Maybe I can extend the search paths, where tclConfig.sh is searched. Your fix would give the same problem for others which doesn't use fedora 64bit.

cu, Thomas


Am 06.02.2016 um 14:33 schrieb Christian Taedcke:
URL:
   <http://savannah.nongnu.org/bugs/?47077>

                  Summary: Tclconfig not automatically found on 64bit fedora
                  Project: Simulavr: an AVR simulator
             Submitted by: chrta
             Submitted on: Sat 06 Feb 2016 01:33:51 PM GMT
                 Category: Configure
                 Severity: 2 - Minor
               Item Group: None
                   Status: None
                  Privacy: Public
              Assigned to: None
         Originator Email: hack...@taedcke.com
              Open/Closed: Open
          Discussion Lock: Any
        Component Version: simulavr

     _______________________________________________________

Details:

When i execute "./configure --enable-tcl" tclConfig.sh is not found.

$ ./configure --enable-tcl
...
checking Tcl desired... yes
tclConfig.sh directory = /usr/lib
checking for /usr/lib/tclConfig.sh... no
configure: error: tclConfig.sh not found
&

My tclConfig.h is in /usr/lib64.

Changing the file m4/avr_tcl.m4:
form [with_tclconfig=/usr/lib]
to [with_tclconfig=/usr/lib64]

fixes my problem. But i thing the default value of with_tclconfig should be
dependent on the architecture.




     _______________________________________________________

Reply to this item at:

   <http://savannah.nongnu.org/bugs/?47077>

_______________________________________________
   Message sent via/by Savannah
   http://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel



_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to