Browse thread
Configuration of ocaml 3.10.0 fails to link graphics library
-
Byron Hale
- Olivier Andrieu
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] Configuration of ocaml 3.10.0 fails to link graphics library |
On Nov 7, 2007 6:22 PM, Byron Hale <byron.hale@einfo.com> wrote: > I am trying to get ocaml 3.10 to configure on an AMD64 system with Suse > Linux 10.3. > > The only problem is that the graph library, which is present in the > source, has no link > provisions. Suggestions? What do you mean, that the configure script doesn't build the graphics library ? You may have to use the -x11include and -x11lib options of configure: IIRC I had to use -x11lib /usr/lib64 on my system. -- Olivier