Thread: bcc32 libpq compile problem

bcc32 libpq compile problem

From
"f.guidi@libero.it"
Date:
hello, i need to compile a c program with borland bcc 5.5.
I try to link the lib included with the windows package but the compiler give me an error message .
I think i need to rebuild the libpq lib from the source with the borland bcc 5.5.

I try to do this launching this command: make -f bcc32.mak but i receive a series of message like <filename.obj> not
found.

I changed the compiler path.

What else i can do to try ?

thanks in advance
Fabio



____________________________________________________________
Navighi a 4 MEGA e i primi 3 mesi sono GRATIS.
Scegli Libero Adsl Flat senza limiti su http://www.libero.it




Re: bcc32 libpq compile problem

From
Bruce Momjian
Date:
f.guidi@libero.it wrote:
> hello, i need to compile a c program with borland bcc 5.5.
> I try to link the lib included with the windows package but the compiler give me an error message .
> I think i need to rebuild the libpq lib from the source with the borland bcc 5.5.
> 
> I try to do this launching this command: make -f bcc32.mak but i receive a series of message like <filename.obj> not
found.
> 
> I changed the compiler path.
> 
> What else i can do to try ?
> 

First, use PostgreSQL 8.0.2, and then send us the exact error messages.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: bcc32 libpq compile problem

From
"f.guidi@libero.it"
Date:
I done this
1) download the 8.0.2 source
2) unzipping all the tar.gz files in a directory
3) installing the borland c++ 5.5.1 freeware edition
4) in the directory interface libpq i changes the file bcc32.mak with the path of the compiler
5) launch the command make -f bcc32.mak
6) the result is that the directory result is not created and the message is simply that FILE NOT FOUND repeated about
20times 
7) if i create the directory result manually the message change with add the name of files that he don't find xxxx.obj

one question, can i compile directly the libpq or first i need to compile other packages ?

thanks in advance

fabio

> f.guidi@libero.it wrote:
> > hello, i need to compile a c program with borland bcc 5.5.
> > I try to link the lib included with the windows package but the compiler give me an error message .
> > I think i need to rebuild the libpq lib from the source with the borland bcc 5.5.
> > 
> > I try to do this launching this command: make -f bcc32.mak but i receive a series of message like <filename.obj>
notfound. 
> >
> > I changed the compiler path.
> >
> > What else i can do to try ?
> >
> 
> First, use PostgreSQL 8.0.2, and then send us the exact error messages.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>



____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it




Re: bcc32 libpq compile problem

From
Bruce Momjian
Date:
f.guidi@libero.it wrote:
> I done this
> 1) download the 8.0.2 source
> 2) unzipping all the tar.gz files in a directory
> 3) installing the borland c++ 5.5.1 freeware edition
> 4) in the directory interface libpq i changes the file bcc32.mak with the path of the compiler
> 5) launch the command make -f bcc32.mak
> 6) the result is that the directory result is not created and the message is simply that FILE NOT FOUND repeated
about20 times
 
> 7) if i create the directory result manually the message change with add the name of files that he don't find
xxxx.obj
> 
> one question, can i compile directly the libpq or first i need to compile other packages ?

You can just compile libpq without other stuff.  Please copy/paste the
message into an email.
--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: bcc32 libpq compile problem

From
"f.guidi@libero.it"
Date:
C:\POSTGR~1\POSTGR~1.2\src\INTERF~1\libpq>make -f bcc32.mak

MAKE Version 5.2  Copyright (c) 1987, 2000 Borland

Building the Win32 DLL and Static Library...



No configuration specified. Defaulting to Release.



The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.

The system cannot find the file specified.



C:\POSTGR~1\POSTGR~1.2\src\INTERF~1\libpq>


> f.guidi@libero.it wrote:
> > I done this
> > 1) download the 8.0.2 source
> > 2) unzipping all the tar.gz files in a directory
> > 3) installing the borland c++ 5.5.1 freeware edition
> > 4) in the directory interface libpq i changes the file bcc32.mak with the path of the compiler
> > 5) launch the command make -f bcc32.mak
> > 6) the result is that the directory result is not created and the message is simply that FILE NOT FOUND repeated
about20 times 
> > 7) if i create the directory result manually the message change with add the name of files that he don't find
xxxx.obj
> >
> > one question, can i compile directly the libpq or first i need to compile other packages ?
>
> You can just compile libpq without other stuff.  Please copy/paste the
> message into an email.
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it




Re: bcc32 libpq compile problem

From
Bruce Momjian
Date:
I downloaded the Borland compiler and am running build tests now.

---------------------------------------------------------------------------

f.guidi@libero.it wrote:
> C:\POSTGR~1\POSTGR~1.2\src\INTERF~1\libpq>make -f bcc32.mak
> 
> MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
> 
> Building the Win32 DLL and Static Library...
> 
> 
> 
> No configuration specified. Defaulting to Release.
> 
> 
> 
> The system cannot find the file specified.
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: bcc32 libpq compile problem

From
Fabio Guidi
Date:
the compiler build correctly the package without error message ?<br /><br /> Bruce Momjian ha scritto: <blockquote
cite="mid200504281547.j3SFlOt05721@candle.pha.pa.us"type="cite"><pre wrap="">I downloaded the Borland compiler and am
runningbuild tests now.
 

---------------------------------------------------------------------------

<a class="moz-txt-link-abbreviated" href="mailto:f.guidi@libero.it">f.guidi@libero.it</a> wrote: </pre><blockquote
type="cite"><prewrap="">C:\POSTGR~1\POSTGR~1.2\src\INTERF~1\libpq>make -f bcc32.mak
 

MAKE Version 5.2  Copyright (c) 1987, 2000 Borland

Building the Win32 DLL and Static Library...



No configuration specified. Defaulting to Release.



The system cannot find the file specified.
   </pre></blockquote><pre wrap=""> </pre></blockquote>