[Bug 155078] Re: Installed gprolog.h cannot be used in C++ programs

2008-11-01 Thread Roberto Bagnara
I don't have access to an 8.10 system right now. But you can check by yourself very easily. Just try to compile the one-liner #include with g++. -- Installed gprolog.h cannot be used in C++ programs https://bugs.launchpad.net/bugs/155078 You received this bug notification because you are a

[Bug 155008] `plld' refers to inexistent `pl'

2007-10-20 Thread Roberto Bagnara
Public bug reported: Binary package hint: swi-prolog Package: swi-prolog Version: 5.6.14-1 Severity: important Even though the SWI-Prolog executable is installed as `swipl', the `plld' program has not been properly configured as it refers to `pl'. Here is an example: $ plld -v -cc gcc -c++

[Bug 155008] Re: `plld' refers to inexistent `pl'

2007-10-20 Thread Roberto Bagnara
There is a simpler way to reproduce the problem: $ plld whatever sh: pl: not found *** plld exit status 11 $ -- `plld' refers to inexistent `pl' https://bugs.launchpad.net/bugs/155008 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 155066] swi-prolog should depend on libreadline5-dev

2007-10-20 Thread Roberto Bagnara
Public bug reported: Binary package hint: swi-prolog The plld utility distributed with the pl package needs libreadline5-dev to be installed, as it performs linking with -lreadline. It is probably simplest to look at the sources (src/configure.in) and see that, if readline is present, then plld

[Bug 155078] Installed gprolog.h cannot be used in C++ programs

2007-10-20 Thread Roberto Bagnara
Public bug reported: Binary package hint: gprolog Package: gprolog Version: 1.3.0-3 Severity: important The file /usr/lib/gprolog-iso/include/gprolog.h of gprolog is supposed to be includable by C++ programs (and in fact, I am doing that routinely with the official distribution of GNU Prolog).

Re: [Bug 155078] Re: Installed gprolog.h cannot be used in C++ programs

2009-10-03 Thread Roberto Bagnara
h g++ in an 8.10 system and see whether there are compilation errors? If you can provide me with access to such a system I can do it. All the best, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagna

Re: [Bug 992161] Re: gcc-mingw32 fails to install several links

2012-05-08 Thread Roberto Bagnara
On 05/09/12 07:49, Stephen Kitt wrote: > Hi Roberto, > > This is fixed in gcc-mingw-w64 6 which is in Quantal. > > Regards, > > Stephen > > > ** Changed in: gcc-mingw32 (Ubuntu) > Status: New => Fix Released Thanks a lot, Stephen! -- Prof. Ro

[Bug 992161] [NEW] gcc-mingw32 fails to install several links

2012-04-30 Thread Roberto Bagnara
Public bug reported: gcc-mingw32 only installs the following links: /usr/bin/i586-mingw32msvc-gfortran /usr/bin/i586-mingw32msvc-gcov /usr/bin/i586-mingw32msvc-gcc /usr/bin/i586-mingw32msvc-g++ /usr/bin/i586-mingw32msvc-cpp /usr/bin/i586-mingw32msvc-cc /usr/bin/i586-mingw32msvc-c++ For compariso

[Bug 992161] Re: gcc-mingw32 fails to install several links

2012-05-02 Thread Roberto Bagnara
Hi Steve, Thanks for your prompt reply. The problem we had is that we have several scripts around that use the old triplet. That is why we had to manually install symbolic links for ranlib, windres, dlltool and ar. You are of course right that these scripts could be updated to use the new tr