Re: More on /dev/pty and Fedora Core 3
Robert Love <[email protected]>
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
On Dec 26, 2004, at 4:16 PM, Bobby D. Bryant wrote: > > On 12/25/04 16:18:19, Robert Love wrote: >> I've spent some time trying to get GPS to run debug sessions under >> Fedora Core 3. The problem seems to be related to the lack of pseudo >> terminals (pty). There are none in this linux distribution and as >> far as I can tell, I have a valid installation. > > BTW, I noticed today that if you're building from the sources there's a > configuration option "--without-ptys", described as "don't use ptys to > communicate with the debuggers". Did you build using that option? I tried it and see no difference. The debugger still fails wanting a pty. I fetched the source to GtkAda and it built without problems. I fetched the source for GPS, untarred, ./configure --prefix=/usr/gnat --without-ptys , make, sudo make install. It all seemed to go OK but when I use the new GPS I still have that problem.