[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failed build
From: |
Mark |
Subject: |
Re: failed build |
Date: |
Sat, 7 Aug 2010 00:24:02 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Ben Abbott <bpabbott <at> mac.com> writes:
> >
> >> ../libtool: line 844: X--tag=CC: command not found
> >> ../libtool: line 877: libtool: ignoring unknown tag : command not found
> >> ../libtool: line 844: X--mode=compile: command not found
> >> ../libtool: line 1011: *** Warning: inferring the mode of operation is
deprecated.: command not found
> >> ../libtool: line 1012: *** Future versions of Libtool will require
> 513 *) # EBCDIC based system
> 514 SP2NL='tr \100 \n'
> 515 NL2SP='tr \r\n \100\100'
> 516 ;;
I'm getting the same stuff with compiling audiofile.
This fixed it for me:
setenv LANG C
setenv LC_ALL C
and then a re-build.
Hope this helps.
Mark.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: failed build,
Mark <=