I have installed Dev+GNU pascal on computer with win xp professional. Whenever I try to compile any source code I get an error message: c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\collect2.exe: and: No such file: No such file or directory
I've checked and the file exist in this location.
Other error (in a different source code) is: c:\dev_gpc\examples\projects\grclock.pas:9: module/unit interface `Dos' could not be imported
Can anyone help me, thanx
On 7 Dec 2005 at 12:13, xstang@post.cz wrote:
I have installed Dev+GNU pascal on computer with win xp professional.
What version of Dev+GNU Pascal?
Whenever I try to compile any source code I get an error message: c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\collect2.exe: and: No such file: No such file or directory
I've checked and the file exist in this location.
Other error (in a different source code) is: c:\dev_gpc\examples\projects\grclock.pas:9: module/unit interface `Dos' could not be imported
Can anyone help me, thanx
Are you clicking on "compile project" or "make project"? You should click on "make" or "rebuild all" the first time you try to compile a project that uses other units.
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
----- PŮVODNÍ ZPRÁVA ----- Od: "Prof A Olowofoyeku (The African Chief)" chiefsoft@bigfoot.com Komu: xstang@post.cz, gpc@gnu.de Předmět: Re: Datum: 7.12.2005 - 19:14:27
On 7 Dec 2005 at 12:13, xstang@post.cz wrote:
I have installed Dev+GNU pascal on computer with win xp professional.
What version of Dev+GNU Pascal?
Dev+GNU Pascal 1.9.4.4 + GPC 20041017 + Mingw runtimes + GCC support files (11.2mb: Win32 GUI self-extracting installer; 13 November 2004)
Whenever I try to compile any source code I get an error message: c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\collect2.exe: and: No such file: No such file or directory
I've checked and the file exist in this location.
Other error (in a different source code) is: c:\dev_gpc\examples\projects\grclock.pas:9: module/unit interface `Dos' could not be imported
Can anyone help me, thanx
Are you clicking on "compile project" or "make project"? You should click on "make" or "rebuild all" the first time you try to compile a project that uses other units.
Best regards, The Chief
Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
On 8 Dec 2005 at 8:20, xstang@post.cz wrote:
What version of Dev+GNU Pascal?
Dev+GNU Pascal 1.9.4.4 + GPC 20041017 + Mingw runtimes + GCC support files (11.2mb: Win32 GUI self-extracting installer; 13 November 2004)
That version works perfectly fine.
You have not answered my other question, viz:
'Are you clicking on "compile project" or "make project"? You should click on "make" or "rebuild all" the first time you try to compile a project that uses other units.'
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
I don't have the Project menu item active and whatever I cklick on in the Compile menu (compile, make, run, rebuild all), I get:
c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\collect2.exe: and: No such file: No such file or directory
(this is 1 message, I must say I don't really understand what it means, but the file collect2.exe is there) in case I don't use other units and
c:\dev_gpc\examples\projects\grclock.pas:9: module/unit interface `Dos' could not be imported
in case I use other units, even if the peth to Pascal unit files in compiler option is set to c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\units, where all the files are
Thanx
----- PŮVODNÍ ZPRÁVA ----- Od: "Prof A Olowofoyeku (The African Chief)" chiefsoft@bigfoot.com Komu: gpc@gnu.de Předmět: Re: Dev+GNU Pascal Datum: 8.12.2005 - 10:39:19
On 8 Dec 2005 at 8:20, xstang@post.cz wrote:
What version of Dev+GNU Pascal?
Dev+GNU Pascal 1.9.4.4 + GPC 20041017 + Mingw runtimes + GCC support files (11.2mb: Win32 GUI self-extracting installer; 13 November 2004)
That version works perfectly fine.
You have not answered my other question, viz:
'Are you clicking on "compile project" or "make project"? You should click on "make" or "rebuild all" the first time you try to compile a project that uses other units.'
Best regards, The Chief
Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/
On 8 Dec 2005 at 11:46, xstang@post.cz wrote:
I don't have the Project menu item active and whatever I cklick on in the Compile menu (compile, make, run, rebuild all), I get:
c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\collect2.exe: and: No such file: No such file or directory
That is a very strange message. What is "and" ? What are you trying to compile?
(this is 1 message, I must say I don't really understand what it means, but the file collect2.exe is there) in case I don't use other units and
c:\dev_gpc\examples\projects\grclock.pas:9: module/unit interface `Dos' could not be imported
That message should go away if you "make" or "rebuild all".
in case I use other units, even if the peth to Pascal unit files in compiler option is set to c:\dev_gpc\lib\gcc-lib\mingw32\3.2.3\units, where all the files are
You shouldn't need to do that.
You clearly have a broken installation, but I can't tell you where the problem is. I have just downloaded and installed this version, and everything works perfectly fine. All the programs loaded into the IDE build successfully (as they should).
Perhaps you might want to send me a copy of your devpas.ini file (by email to my email address).
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.greatchief.plus.com/