Re: DJGPP and VSTa

From: Dave Hudson <dave_at_nospam.org>
Date: Sun Dec 19 1993 - 23:06:25 PST

Tommy Thorn wrote:
>
> I wrote:
>
> > Anyway we're trying to build VSTa under Linux right now and it runs
> > fairly smooth, except for linking. Has anyone had any success?
>
> which never gas don't like. The easy fix:
>
> cpp .. blabla.S | sed -e 's/ :/:/' > blabla.s
>
> works fine.
>
> /Tommy
>

Yes, my solution to this problem was to change something like:

        foo##bar:

into

        foo##bar##:

This seems to keep gas happy - I guess GCC must have changed at some time.

Regards,

Dave
Received on Sun Dec 19 23:50:33 1993

This archive was generated by hypermail 2.1.8 : Wed Sep 21 2005 - 21:01:53 PDT