caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp>
To: Robert Muller <robert.muller2@gmail.com>
Cc: Mailing List OCaml <caml-list@inria.fr>
Subject: Re: [Caml-list] A question RE labltk installation on MacOS Sierra
Date: Mon, 22 Jan 2018 18:08:21 +0900	[thread overview]
Message-ID: <322DC008-5184-4D64-8534-12E840F71F0B@math.nagoya-u.ac.jp> (raw)
In-Reply-To: <CAKmYinmA16XhY5i0_1q_kj6jJ7nX+ESLxmmjWZNF_6brq4PyRQ@mail.gmail.com>

On 2018/01/22 04:15, Robert Muller wrote:
> 
> Hello, I know this isn't the right forum for questions like the following. Can someone refer me to the right forum?
> 
> I'm attempting to install labltk on a MacOS Sierra system on which I've installed tcl-tk using homebrew. Homebrew installs tcl-tk in
> 
> /usr/local/opt/
> 
> but it doesn't symlink it in /usr/local/. I'm having trouble convincing the Makefile for labltk to find the .h files in
> 
> /usr/local/opt/tcl-tk/include/
> 
> It doesn't seem to use CPPFLAGS. Any hints on either or both 1. where to ask this and 2. how to install labltk would be greatly appreciated.
> Bob Muller
> 

Look at the INSTALL file of labltk.
You should do something like

./configure -tkdefs -I/usr/local/opt/tcl-tk/include/ -tklibs -L/usr/local/opt/tcl-tk/lib

Jacques Garrigue

      parent reply	other threads:[~2018-01-22  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 19:15 Robert Muller
2018-01-21 23:06 ` SP
2018-01-22  9:08 ` Jacques Garrigue [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=322DC008-5184-4D64-8534-12E840F71F0B@math.nagoya-u.ac.jp \
    --to=garrigue@math.nagoya-u.ac.jp \
    --cc=caml-list@inria.fr \
    --cc=robert.muller2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).