in reply to Re^2: compiling miniperl ( unresolved external symbol _PL_op_mutex )
in thread compiling miniperl ( unresolved external symbol _PL_op_mutex )

I didn't know that, thanks! (Been a while since I've done any serious work on Win32 systems.)

The thing is now whether or not link is smart enough to figure out that / is also a directory seperator.

CU
Robartes-

  • Comment on Re: Re^2: compiling miniperl ( unresolved external symbol _PL_op_mutex )

Replies are listed 'Best First'.
Re^4: compiling miniperl ( unresolved external symbol _PL_op_mutex )
by Aristotle (Chancellor) on Oct 14, 2002 at 14:25 UTC
    link doesn't need to figure out anything - if it passes that path verbatim to the OS I/O calls, the right things will happen.

    Makeshifts last the longest.