RE: cccl usage

2009-01-08 Thread Duft Markus
> > Den 2009-01-07 20:24, skrev Peter Rosin: > > Den 2009-01-07 20:07 skrev Ralf Wildenhues: > >> Hi Peter, > >> > >> * Peter Rosin wrote on Wed, Jan 07, 2009 at 02:09:38PM CET: > >>> Ralf, I have a vague memory of you mentioning that you knew of a > >>> project that was using cccl to provide its

Fortran DLLs on mingw32

2009-01-08 Thread Steve Edwards
Hi, This is just a request to find out if anyone out there has tried using libtool to build Fortran DLLs under mingw32? We had some Fortran code built as a shared library that could be loaded into Matlab quite happily on Linux systems and also used as a conventional library linked against by seve

Re: Fortran DLLs on mingw32

2009-01-08 Thread Ralf Wildenhues
Hello Steve, * Steve Edwards wrote on Thu, Jan 08, 2009 at 05:51:27PM CET: > This is just a request to find out if anyone out there has tried using > libtool to build Fortran DLLs under mingw32? First question I'd ask: which gfortran version, and can it (or a newer available version) build a shar

Cannot link correct libltdl.so. Is it a bug?

2009-01-08 Thread Gary Yang
I got errors when I do the cross compile for powerpc. Below are the error messages. It looks for /usr/lib/libltdl.so instead of /tools/eldk/4.2/ppc_4xx/usr/lib/libltdl.so at link time. I set the path -L/tools/eldk/4.2/ppc_4xx/usr/lib. But, it is useless. Below are details. Before running ./con

Re: Cannot link correct libltdl.so. Is it a bug?

2009-01-08 Thread Mike Frysinger
first off, dont spam every e-mail address you can find. On Thursday 08 January 2009 17:50:20 Gary Yang wrote: > ./configure runs successfully with the following warnings the warnings are from a deficiency in your setup, not bugs in autotools. you need to provide cross-compiler prefixed scripts.