Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Rodolfo Hansen
K, i'll look into that what about changing newlib for uclibc ?? How hard would that be? On 10/8/07, Pedro Alves <[EMAIL PROTECTED]> wrote: > > Rodolfo Hansen wrote: > > > b. I tried to build from svn but there was an error where size_t was > > being redefined diferently (for gdb) I included a

Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Pedro Alves
Rodolfo Hansen wrote: > b. I tried to build from svn but there was an error where size_t was > being redefined diferently (for gdb) I included a patch about this... > not exactly the best way but it compiles on x86_64, maybe a newer > version of win32api has something about this? > The gd

Re: [Cegcc-devel] libtool & cegcc

2007-10-08 Thread Rodolfo Hansen
Ok, thanks for your help. I still ran into some obstacles though: a. I still couldn't compile with --enable-shared in configure... b. I tried to build from svn but there was an error where size_t was being redefined diferently (for gdb) I included a patch about this... not exactly the best way..

Re: [Cegcc-devel] libtool & cegcc

2007-10-07 Thread Pedro Alves
Danny Backx wrote: > > I always forget exactly how to force "configure" to do the right thing, > but you might want to try this : > % setenv CC arm-wince-cegcc-gcc > % setenv AR arm-wince-cegcc-ar > % setenv RANLIB arm-wince-cegcc-ranlib > % ./configure --target=arm-wince-cegcc > % make > For a

Re: [Cegcc-devel] libtool & cegcc

2007-10-07 Thread Danny Backx
On Sat, 2007-10-06 at 14:22 -0400, Rodolfo Hansen wrote: > when compiling with the -fPIC flag, I get this error: > > ./libtool-wrap --tag=CC --mode=compile arm-wince-cegcc-gcc > -I/opt/cegcc/include -I. -c ./jctrans.c > > arm-wince-cegcc-gcc -I/opt/cegcc/include -I. -c ./jctrans.c -fPIC > -DPI

[Cegcc-devel] libtool & cegcc

2007-10-06 Thread Rodolfo Hansen
Hi, Im trying to compile libjpeg (i'm thinking of working on porting enlightenment...) when compiling with the -fPIC flag, I get this error: ./libtool-wrap --tag=CC --mode=compile arm-wince-cegcc-gcc -I/opt/cegcc/include -I. -c ./jctrans.c arm-wince-cegcc-gcc -I/opt/cegcc/include -I. -c ./jctra