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

Re: gEDA: Icarus Verilog 20010121 Snapshot



On Mon, Jan 21, 2002 at 07:53:05PM -0800, Stephen Williams wrote:
> 
> The is close to the last snapshot before the next stable release.
> I fixed a few portability bugs pointed out by testers, and integrated
> work from a couple contributors. I have evidence that a few more
> contributions are forthcoming in the next few days, and the size
> of those patches will determine whether there is another snapshot
> or a release candidate.
> 

Under OpenBSD 2.9 this (and previous) snapshots fail to build with the
following error:

c++ -DHAVE_CONFIG_H -g -O2 -I. -I. -MD -c t-dll.cc -o t-dll.o
t-dll.cc: In function `void * ivl_dlopen(const char *)':
t-dll.cc:71: `RTLD_NOW' undeclared (first use this function)
t-dll.cc:71: (Each undeclared identifier is reported only once
t-dll.cc:71: for each function it appears in.)
gmake: *** [t-dll.o] Error 1

the fix is to change RTLD_NOW to RTLD_LAZY.  See bug #360
After making this change the program runs and passes 'gmake check'
without error.

-- 
"The sooner you fall behind, the more time you'll have to catch up!"