This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
* Angelo Graziosi wrote on Sun, Jul 26, 2009 at 09:59:35AM CEST:Dave Korn ha scritto:Angelo Graziosi wrote:
...are the files with an '*' in their names, like libstdc++*-gdb.py, allowed on Cygwin?No, it's a glob match, the makefile expects there to be something to match that pattern but there isn't so the shell returns it verbatim instead of expanding it.Do you mean that the '*' there is a wild character? Hmm... on GNU/Linux the file installed is _exactly_ libstdc++*-gdb.py,
But only if you do a DESTDIR install, right?
Thanks, Amgelo.
That's the bug.
Cheers, Ralf
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |