Mail Archives: djgpp-workers/1999/08/08/11:51:07
On Thu, 5 Aug 1999, Laurynas Biveinis wrote:
> Note that the check above accepts only backslashes, but
> gcc prints program path with forward slashes. So I fixed
> this by changing line above to
> /* | [A-Za-z]:[\\/]*)
This is the right patch.
> I patched configures and aclocal.m4s but aren't aclocal.m4
> generated somewhere else?
Yes, they are usually generated by the ACLOCAL script. You should be
able to see that on the first line of aclocal.m4.
> In that case the actual bug
> is there, but I couldn't find it.
I think it comes from libtool (see ltmain.sh and ltconfig).
> Now that configure test succeeds, but I'm still unable
> to build GDB :(
I did succeed to build it, both on Windows 9X and in plain DOS. This
was an alpha version that Robert released a while ago (didn't yet have
time to try the final release), but I doubt that the differences are
significant. So perhaps you could describe the failure (error
message(s), the fragment of the script that fails, etc.), and we will
try to help.
- Raw text -