[Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
Hi Bruce, I hope you've found a job. Anyway, I have a problem with an auto-opts .def file. I set a flag like this: flag = { name = bound; value = B; descrip = "Enable bounded mixing"; //ifdef = CONFIG_BOUNDED_MIXING; arg-type = number; }; If I use the 'ifdef' clause of the

Re: [Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Dave Hart
On Fri, Mar 25, 2011 at 1:12 AM, Geof Sawaya wrote: > flag = { >    name = bound; >    value = B; >    descrip = "Enable bounded mixing"; >    //ifdef = CONFIG_BOUNDED_MIXING; >    arg-type = number; > }; > > If I use the 'ifdef' clause of the flag definition I get the following > problem when co

[Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
From: Geof Sawaya Sent: Thursday, March 24, 2011 7:59 PM To: davehart_gmail_exchange_...@davehart.net Subject: RE: [Autogen-users] problem with auto-opts definition element . . . Hi Dave, OK, so I just installed 5.11.6. However, I can't get autogen to run

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Dave Hart
On Fri, Mar 25, 2011 at 02:35 UTC, Geof Sawaya wrote: > However, I can't get autogen to run -- I'm wondering if you might have a > quick fix.  (BTW, using Ubuntu 10.10 x64) > > Check this output: > > sawaya@ubuntu:~/installations/autogen/autogen-5.11.6$ which autogen > /usr/local/bin/autogen > sa

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
Thanks, Dave. I ended up having to add a link in /usr/lib to /usr/local/lib/libopts.so.25. Appreciate your effort in helping me out! Best, Geof From: Dave Hart [daveh...@gmail.com] Sent: Thursday, March 24, 2011 9:05 PM To: Geof Sawaya Cc: autogen-us...

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Bruce Korb
Hi, The stuff is *SUPPOSED* to be linked with -Wl,-R/usr/local/lib and that is *SUPPOSED* to force ldd to show /usr/local/lib/libopts.so.33 ahead of anything else in the /etc/ld.so.conf file. It has never been effective enough. On Thu, Mar 24, 2011 at 9:55 PM, Geof Sawaya wrote: > Figure out wh

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
Bruce, thanks for your response. >The stuff is *SUPPOSED* to be linked with -Wl,-R/usr/local/lib and that is >*SUPPOSED* to force ldd to show /usr/local/lib/libopts.so.33 ahead of >anything else in the /etc/ld.so.conf file. It has never been effective enough Bruce, I'm not seeing libopts.so.33 a

Re: [Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Bruce Korb
On 03/24/11 18:12, Geof Sawaya wrote: > Hi Bruce, > > I hope you've found a job. Nope, still looking. Thank you. > Anyway, I have a problem with an auto-opts .def file. I set a flag like this: > > flag = { > name = bound; > value = B; > descrip = "Enable bounded mixing"; > /

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Bruce Korb
On Thu, Mar 24, 2011 at 10:30 PM, Geof Sawaya wrote: > Bruce, thanks for your response. > >>The stuff is *SUPPOSED* to be linked with -Wl,-R/usr/local/lib and that is >>*SUPPOSED* to force ldd to show /usr/local/lib/libopts.so.33 ahead of >>anything else in the /etc/ld.so.conf file.  It has never

Re: [Autogen-users] FW: problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
Bruce, thank you so much! From: Bruce Korb [bruce.k...@gmail.com] Sent: Thursday, March 24, 2011 11:57 PM To: Geof Sawaya Cc: davehart_gmail_exchange_...@davehart.net; autogen-us...@lists.sf.net Subject: Re: [Autogen-users] FW: problem with auto-opts defini