473,811 Members | 2,729 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Build Problem in 7.3.5 version

Hello All,

I am having the following problem in PostgreSQL build
process. If anyone came across this, pls give me a
solution to solve this.

I followed the steps below given at the build time.

1) postgresql-7.3.5 source files are downloaded from
postgresql.org
2) Issued the commands from that location.
./configure --prefix=/home/sara/test -
Result is Passed
gmake
- Result is failed.

gmake error :

/usr/ccs/bin/ld +h libecpg.sl.3 -b +b
/home/saa/opensrc/ixpress/lib execute.o typename.o
descriptor.o data.o error.o prepare.o memory.o
connect.o misc.o -L../../../../src/interfaces/libpq
-lpq -o libecpg.sl.3
ld: Invalid non-PIC relocation for symbol "sqlca" in
file "error.o" (section index 1, offset 0x392).
ld: Invalid non-PIC relocation for symbol "sqlca" in
file "error.o" (section index 1, offset 0x3c2).

Then tried to solve this by compiling error.c without
-o2 option.

gcc -Wall -Wmissing-prototypes
-Wmissing-declarations\
-fPIC -I../../../../src/interfaces/ecpg/include\>
-fPIC -I../../../../src/interfaces/ecpg/include\
-I../../../../src/interfaces/libpq\-I../../../../src/interfaces/libpq\ -I../../../../src/include -I/usr/include\-I../../../../src/include
-I/usr/include\ -c -o error.o error.c-c -o error.o error.c


Error :

ld: Unsatisfied symbol "ECPGlog" in file
/var/tmp//ccTF3q7b.o
ld: Unsatisfied symbol "sqlca" in file
/var/tmp//ccTF3q7b.o
ld: Unsatisfied symbol "main" in file <no file>
ld: Unsatisfied symbol "ECPGfree_auto_ mem" in file
/var/tmp//ccTF3q7b.o

Then tried to find out the symbol "ECPGlog" in
/usr/lib and also in all libraries. But cann't find
this symbol.

It will be great when i get the solution for this.

Regards,
-Saravanan

_______________ _______________ _______________ _______________ ____________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be. http://uk.rd.yahoo.com/evt=21064/*ht...oo.yahoo.co.uk

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 12 '05 #1
0 2231

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1627
by: Paul M. | last post by:
Hello, I would like to maintain build control over a large Access database. Basically build N of the database would have a particular mix of object versions e.g. Build 1.1 contains tblMain (at v1.0) tblOther (at v2.0) qrySomething (at v1.3) frmTest (at v3.0)
9
41709
by: Abe Frohnman | last post by:
I'm wondering how I can access the version info within AssemblyInfo.cs in my program? I'd like to output the version of my program in a text label but I can't find any clear examples on how to do this. Thanks! AF
5
350
by: Aaron | last post by:
How does the build number works? right now my assembly is version 1.0.1235.33799 it doesn't change when i re-compiled it. Thanks.
2
514
by: Mark | last post by:
In the AssemblyInfo.cs page of a ASP.NET project, there is a defaulted property of: It's my understanding that this indicates a Major Version of 1, a Minor Version of 0, and a Build and Revision that increment on their own. I could modify the minor and major number above as it made "logical sense". Three related questions:
5
5427
by: cameron | last post by:
Is it possible to get the build date, (not the version), of a dll? -Cam
2
1862
by: Roger Helliwell | last post by:
Hey gang, What's the best way to implement a Build version (or "last updated" date) in my web-app? I have a footer in my master page that displays the application's name and copyright info etc. I'd like to add a Build version and build date as well. (Without hardcoding it obviously.) At first I thought I'd just take the timestamp of the web.config, but my web.config doesn't change that much. Is there an easy way to determine what day...
5
7825
by: eranshuman | last post by:
Hi, I m very new to perl I m running an API which have the Buil.pl When Im compiling using perl Build.pl I was getting error : Can't locate Module/Build.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/li b .) at Build.PL line 5.
0
996
by: Spellwvr | last post by:
Hi, I have a windows form application. I'd like to write the current version attribute out to a logfile automatically when the build completes. I've been looking at the post-build events and these seem to be only for command lines. I tried writing an executable console app that was called post-build to get the attribute version. My code looked like this: Imports System Imports System.Text Imports System.IO Imports System.Reflection ...
8
1388
by: Alexander Llew Wykel | last post by:
I have a project where I load some of my assemblies dynamically, I'm using a venders product where he loads some assemblies dynamically. He loads two assemblies that both share a common name; however have different public keys and version numbers. I receive an error when I compile the my assembly (the dynamic one) it tells me to us the vendors other version of the product, Which is completely wrong since the items I need aren't even in...
3
1225
by: barcrofter | last post by:
This seems like a silly question -- How can I read the actual publish version build data??. When I use: With My.Application.Info Version.Text = "Version: " _ + Format(.Version.Major + .Version.Minor / 10 + .Version.Build / 100, "0.00") End With
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10652
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10408
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10137
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9211
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3874
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3026
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.