Re: [Discuss-gnuradio] New build system features

2008-02-15 Thread Greg Troxel
rereading, I see this: --with-omnithread Use package omnithread if installed in $prefix/lib/pkgconfig; otherwise revert back to --enable-omnithread --with-gnuradio-coreUse package gnuradio-core if installed in

Re: [Discuss-gnuradio] New build system features

2008-02-15 Thread Greg Troxel
I'm trying to do a build of all the pieces separately, to mimic what pkgsrc would do. Here's my script, which seems to build omnithread N times. I'm a bit tired so may be overlooking something obvious: The bug seems to be that I'm not specifying where omnithread comes from during the core build,

[Discuss-gnuradio] New build system features

2008-02-15 Thread Johnathan Corgan
Michael Dickens has implemented some changes to the build system which have recently been merged into the GNU Radio trunk. These changes allow finer control over the build; specifically, they allow compiling and testing individual components of the GNU Radio source tree while using already install