DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 11th August 2012
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 405
Question gmake can't find tcl/tk

Hello everybody.

I'm trying to compile linuxCNC on Puffy.

But the gmake command give me :
Code:
In file included from emc/usr_intf/axis/extensions/_toglmodule.c:2:
./emc/usr_intf/axis/extensions/togl.c:66:4: error: #error Sorry Togl requires Tcl/Tk ver 8.0 or higher.
I've got the tcl8.4, tk8.4, tcl8.5 & tk8.5 packages installed.

With ./configure, I used the --with-tclConfig & --with-tkConfig options.

But what can I use with gmake ?

I tried
Code:
# export CFLAGS="-I/usr/local/include $CFLAGS"
# export LDFLAGS="-L/usr/local/lib/tcl $LDFLAGS"
Also tried
Code:
# gmake -ltcl85 -ltk85 -libtcl -libtk
Sure it's a stupid thing, but I cannot point it.
Anybody got an idea ?
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
gettext-dependent and gmake-dependent ports won't compile on openbsd 5.1 current daemonfowl OpenBSD Packages and Ports 39 17th May 2012 09:14 PM
Can't find portupgrade FreeBee FreeBSD Installation and Upgrading 2 6th January 2010 02:09 PM
pkg_add g95;g95 x.f95: cannot find g95 enpey OpenBSD Packages and Ports 8 27th August 2008 12:48 AM
How to find available IP addresses? bigb89 Programming 16 20th August 2008 07:32 PM
where might I find 'libcamel'? Damien787 FreeBSD Ports and Packages 16 17th June 2008 11:35 PM


All times are GMT. The time now is 04:36 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick