les[i], argv[i],
ret);
system(maps_cmd);
if(ret) exit(1);
}
exit(0);
}
$ gcc -std=c99 try_dl.c -ldl -o try_dl
$ ./try_dl /usr/lib/x86_64-linux-gnu/libperl.so.5.20
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
/home/zefram/tmp/try_dl
/lib/x86_64-linux-gn
em starting by
downloading the source as shown. If you have difficulty reproducing it,
obviously I can supply these files on request.
I see this on i386 but not on an amd64 machine that has otherwise the
same versions of things installed.
-zefram
--
To UNSUBSCRIBE, email to debian-gcc-requ...@list
between target architectures.
In principle, I think it's wrong for gcc to accept an option when its
only effect will be to later break compilation. The option should be
rejected up front if its implementation is not available.
-zefram
--
To UNSUBSCRIBE, email to debian-gcc-requ..
3 matches
Mail list logo