in reply to Problem with compiling Inline::C on cygwin
looking at the output, one thing becomes apparent. First, make does:
Then it does:mv cygperl5_8_0.dll lib_04perlapi_t_3c76.dll.a blib/arch/auto/_04perla +pi_t_3c76/
Notice the missing .a . You'll probably have to root around in the Makefile as to find out why it does this, but this should give you an idea on what to look for.chmod 755 blib/arch/auto/_04perlapi_t_3c76/_04perlapi_t_3c76.dll
CU
Robartes-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with compiling Inline::C on cygwin (and "lib")
by tye (Sage) on Mar 05, 2003 at 18:09 UTC | |
|
Re: Re: Problem with compiling Inline::C on cygwin
by zby (Vicar) on Mar 05, 2003 at 15:25 UTC | |
|
Re: Re: Problem with compiling Inline::C on cygwin
by zby (Vicar) on Mar 06, 2003 at 09:43 UTC | |
by robartes (Priest) on Mar 06, 2003 at 10:08 UTC | |
by zby (Vicar) on Mar 06, 2003 at 10:13 UTC |