Re: [zeromq-dev] Cross -Compiling with gcc-3.3.1

2011-08-29 Thread Alex Ramirez
Hi Mikko, Your suggestions worked perfectly! Can't thank you enough :) All the best, Alex On Mon, Aug 29, 2011 at 5:07 PM, Mikko Koppanen wrote: > On Tue, Aug 30, 2011 at 12:48 AM, Alex Ramirez > wrote: > > The link errors of interest I'm seeing in this example are: > > undefined reference to

Re: [zeromq-dev] Cross -Compiling with gcc-3.3.1

2011-08-29 Thread Mikko Koppanen
On Tue, Aug 30, 2011 at 12:48 AM, Alex Ramirez wrote: > The link errors of interest I'm seeing in this example are: > undefined reference to `std::char_traits::copy(unsigned > char*, unsigned char const*, unsigned)' > undefined reference to `epoll_create' > undefined reference to `epoll_ctl' > und

Re: [zeromq-dev] Cross -Compiling with gcc-3.3.1

2011-08-29 Thread Alex Ramirez
Hi Mikko, Am able to get the zeromq src to compile and link such that the libzmq.a and libzmq.la files are created in the hidden .lib directory. Start seeing link failures when I try to link to to the existing libzmq.la / libzmq.a files. I've attached the console output from the failures I'm seei

Re: [zeromq-dev] Cross -Compiling with gcc-3.3.1

2011-08-29 Thread Mikko Koppanen
On Mon, Aug 29, 2011 at 9:02 PM, Alex Ramirez wrote: > Hi, > > Have been attempting to cross compile libzmq.a for a PowerPC-405 > processor which uses the following tool set versions: > > gcc 3.3.1 > glibc 2.3.2 > > As expected, have received multiple linking errors relating to > features not avai

[zeromq-dev] Cross -Compiling with gcc-3.3.1

2011-08-29 Thread Alex Ramirez
Hi, Have been attempting to cross compile libzmq.a for a PowerPC-405 processor which uses the following tool set versions: gcc 3.3.1 glibc 2.3.2 As expected, have received multiple linking errors relating to features not available with libstdc++.so.5 (gcc 3.3.1). The PopwerPC-405 is prepackaged