Re: Script errors in libtool on Darwin

2002-01-08 Thread Robert Boehne
"Timothy J. Wood" wrote: > >Oh please. Give me a little credit :) > >'head' certainly is installed. > >The problem is that head is getting passed a bogus empty argument > because $expore_symbols isn't set yet. Thus, the 'head' command > embedded in the script below is getting call

Re: Script errors in libtool on Darwin

2002-01-08 Thread Timothy J. Wood
Oh please. Give me a little credit :) 'head' certainly is installed. The problem is that head is getting passed a bogus empty argument because $expore_symbols isn't set yet. Thus, the 'head' command embedded in the script below is getting called when it is parsed rather than being

Re: Script errors in libtool on Darwin

2002-01-08 Thread Robert Boehne
Timothy: The "head" command appears to be missing from your system. As it apparently is expected to be there by those who ported Libtool to OS X, you should have it. It is quoted, byt it is intended to be executed when $archive_expsym_cmds is executed. HTH, Robert "Timothy J. Wood" wrote: >

Script errors in libtool on Darwin

2002-01-07 Thread Timothy J. Wood
I'm trying to build a GCC 3.1 cross compiler (from the head of GCC CVS) from Mac OS X 10.1.2 to Win32 (MinGW). When I do so, get get errors from the libtool script for the objc runtime (which I need). This occurs whether I enable shared libraries or not (the erroring section seems to be