te any comments and any advice as to how to
get this committed to libtool. Thanks.
Ian
>From b4af7daf876a49174e87a76345f4c8f96521702c Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Tue, 12 Oct 2010 14:38:49 -0700
Subject: [PATCH] Add Go support.
---
ChangeLog
Ralf Wildenhues writes:
> * Ian Lance Taylor wrote on Tue, Oct 12, 2010 at 11:42:56PM CEST:
>> This patch adds support for the Go programming language to libtool. Go
>> is described at http://golang.org/ .
>>
>> I'm not very familiar with libtool. This patch
Ralf Wildenhues writes:
> * Ian Lance Taylor wrote on Wed, Oct 13, 2010 at 07:31:04PM CEST:
>> Ralf Wildenhues writes:
>> > Do you have, or are working on, an Automake patch for Go support?
>>
>> I do not have an automake patch, although that is a logical next st
Ralf Wildenhues writes:
> OK. So IIUC one example dependency graph would be something like this:
>
> ( sin.go cos.go exp.go ) -> math.OBJEXT -> libfem.so
> ( grid.go solver.go )-> sub/pdesolve.OBJEXT ---^
>
> where the sets of .go files are distinct, the sets of object files
> ("pack