Can someone please help-Correct info about the problem

I have been trying to compile gnuradio on FC5 but when the compile
reaches
this point it kind of hangs…

gnuradio_swig_python.cc:3995: warning: dereferencing type-punned pointer
will break strict-aliasing rules

It doesn’t go beyond the above point and there is lots of disk activity.
I
even tried leaving the compile to run for 18h but to no avail.

I have correctly yum installed all the needed packages.

Nick

On Sat, Aug 04, 2007 at 09:54:01AM +0300, Nick O. wrote:

I have correctly yum installed all the needed packages.

Nick

I’m guessing that you have a small memory system and are building one
of the tarballs. Small memory means something less than 750MB - 1GB of
RAM.
The code in svn trunk has been restructured such that the memory
footprint required during compilation is down to something like 400MB.

Eric

Yup that sounds like it. I have only 256MB of RAM. I’ll try and get a
512MB
chip. Maybe that’ll help

On Sat, Aug 04, 2007 at 02:37:56PM +0300, Nick O. wrote:

Yup that sounds like it. I have only 256MB of RAM. I’ll try and get a 512MB
chip. Maybe that’ll help

I’d suggest going to 1GB if you can.

Eric