Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-05 Thread Richard Broersma
On Thu, Jun 5, 2008 at 2:15 AM, Craig Ringer <[EMAIL PROTECTED]> wrote: > sudo apt-get build-dep postgresql Thanks, this works perfectly now! -- Regards, Richard Broersma Jr. Visit the Los Angles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-general mailing

Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-05 Thread Craig Ringer
Tom Lane wrote: "Richard Broersma" <[EMAIL PROTECTED]> writes: Would anyone be able to give any dirction on what I need to do to get passed this error? /usr/bin/ld: crt1.o: No such file: No such file or directory Seems you've got an incomplete installation. On my Fedora machine, crt1.o is

Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-05 Thread Dimitri Fontaine
Le jeudi 05 juin 2008, Joshua D. Drake a écrit : > You don't have any build tools install. Try: > apt-get install binutils gcc autoconf flex Or even better: apt-get build-dep postgresql-8.3 -- dim signature.asc Description: This is a digitally signed message part.

Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-04 Thread Richard Broersma
On Wed, Jun 4, 2008 at 11:20 PM, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > You don't have any build tools install. Try: > > apt-get install binutils gcc autoconf flex Thanks gentlemen, I will give these ideas a try. -- Regards, Richard Broersma Jr. Visit the Los Angles PostgreSQL Users Grou

Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-04 Thread Tom Lane
"Richard Broersma" <[EMAIL PROTECTED]> writes: > Would anyone be able to give any dirction on what I need to do to get > passed this error? > /usr/bin/ld: crt1.o: No such file: No such file or directory Seems you've got an incomplete installation. On my Fedora machine, crt1.o is provided by the

Re: [GENERAL] Tripping up on my first attempt at building PG from source

2008-06-04 Thread Joshua D. Drake
On Wed, 2008-06-04 at 22:54 -0700, Richard Broersma wrote: > I just bought a new Ubuntu Laptop so that I could tryout and hopefully > offer support for a few of my favorite pgfoundry projects. > > Would anyone be able to give any dirction on what I need to do to get > passed this error? You don