simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] simulavr on FreeBSD


From: Theodore Roth
Subject: Re: [Simulavr-devel] simulavr on FreeBSD
Date: Mon, 21 Jan 2002 11:32:26 -0700 (MST)

The getopt_long() problem has already been brought to my attention by
someone else. I've already got some ideas about how to deal with it.

I should be home in a few days and will start cranking out some code again
soon.

Ted

On Sun, 20 Jan 2002, ken restivo wrote:

:) I had a few spare minutes and was curious to find out if simulavr would
:) build on FreeBSD 4.3.  I was stymied by the absence of getopt_long.
:)
:) I installed the FreeBSD libgnugetopt package, which put
:) include/getopt.h and lib/libgnugetopt.[a so] under /usr/local.
:)
:) But, simulavr's autoconf doesn't add /usr/local/[include lib] by
:) default, and passing them to ./configure with --includedir and --libdir
:) didn't help either.
:)
:) I tried hacking configure.in to add CPPFLAGS="${CPPFLAGS}
:) -I/usr/local/include" and LIBS="${LIBS} -L/usr/local/lib". Still no
:) luck.
:)
:) At that point I had to go back to work :-/. I can bang on this later
:) unless any of y'all have been through this before and know an easy
:) solution.
:)
:) Cheers!
:)
:) - -ken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]