Mail Archives: cygwin/2005/08/02/04:47:24
Semih Ergintav wrote:
> Hi,
> I ignored installs2 and run other steps. Except for 'spkg' steps, everything was succesfull. At this stage, it try to copy the other compiler packages between directories....
>
> I installed the tar files which have executables to my system but I didn't run my example code which has big MAXUNIT (e.g. 101).
>
> So, I checked the everything and I saw that libraries should be in /usr/lib directory but libraries are under the the usr\lib\gcc\i686-pc-cygwin...
>
> When I move the libraries to correct place, my code started to run, succesfully.
I configure with --enable-version-specific-runtime-libs, the library
paths searched are /usr/lib/gcc/i686-pc-cygwin/3.4.4/ and then /usr/lib,
i this order. The install target is broken for g77, I forget about
this, sorry. Therefore I move the fortran runtime libraries from
/usr/lib/gcc/i686-pc-cygwin/ to /usr/lib/gcc/i686-pc-cygwin/3.4.4/ in
the install2 step.
It works also when the libraries are found in /usr/lib which is the
default library path for all (other) libraries.
> Thanks for your help.
You're welcome,
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -