Or there's Andrew's other suggestion which is to build on the test farm:

http://test.opensolaris.org/testfarm/index.jsp


I've not used it yet but will hopefully give it a spin soon.

Amanda


Emanuele Pucciarelli wrote:
> On Tue, Aug 25, 2009 at 17:20, Milan Cermak<Milan.Cermak at sun.com> wrote:
>
>   
>> It would help, if I can get 'config.log' file from timidity build directory
>> on Juicer. Is there any way I can get it?
>>     
>
> I think that Amanda posted some suggestions to this end on either this
> list, or soucejuicer-discuss, some time ago. One way to do it is to
> replace
>
> ./configure ...
>
> with
>
> ./configure ... || (cat config.log ; false)
>
> so that, if configure fails, pkgtool will append the contents of
> config.log to the build's log file and stop the build.
>
> Bye!
>
>   


Reply via email to