Re: Pgaccess on MacOSX.... solved - Mailing list pgsql-interfaces

From C. Maj
Subject Re: Pgaccess on MacOSX.... solved
Date
Msg-id Pine.LNX.4.44.0209240745310.19369-100000@freebird.stanley.cup
Whole thread Raw
In response to Re: Pgaccess on MacOSX.... solved  (Adam Witney <awitney@sghms.ac.uk>)
Responses Re: Pgaccess on MacOSX.... solved
List pgsql-interfaces
So you basically made a symlink from a .dylib to a .so ?

I'm not familiar with OSX, but if this worked out for you, would you be
interested in posting it to the PgAccess wiki ?

http://www.pgaccess.org/

We are currently sorely missing an active OSX person.

--Chris


On Tue, 24 Sep 2002, Adam Witney waxed:

>
> Well, I kind of fiddled it a little... From the src/interface/libpgtcl
> directory I ran 'make' then 'make clean' and then manually ran the compile
> commands from the command line, only changing the last command...
> Substituting -dynamiclib for -bundle and changing the name of the output
> lib. Then copied the .dylib to the appropriate place
>
> I have pasted it here in case it is of use to anyone else
>
> make -C ../../../src/interfaces/libpq all
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/interfaces/libpq
> -I../../../src/include -c -o pgtcl.o pgtcl.c
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/interfaces/libpq
> -I../../../src/include -c -o pgtclCmds.o pgtclCmds.c
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/interfaces/libpq
> -I../../../src/include -c -o pgtclId.o pgtclId.c
>
> ar cr libpgtcl.a `lorder pgtcl.o pgtclCmds.o pgtclId.o | tsort`
> ranlib libpgtcl.a
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -flat_namespace -dynamiclib -undefined suppress
> pgtcl.o pgtclCmds.o pgtclId.o -L../../../src/interfaces/libpq -lpq -o
> libpgtcl.2.2.dylib
>
>
>
>
>
> > Has anyone tried running pgaccess on MacOSX 10.2?
> >
> > I get this error when trying
> >
> > dyld: /sw/bin/wish can't open library: /sw/lib/libpgtcl.dylib  (No such file
> > or directory, errno = 2)
> > Trace/BPT trap
> >
> > I only have libpgtcl.so libraries.... Any ideas why its looking for the
> > .dylib version?
> >
> > Any help would be greatly appreciated
> >
> > Thanks
> >
> > adam
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

-- 

Chris Maj <cmaj_hat_freedomcorpse_hot_info>
0xC0051F6A
5EB8 2035 F07B 3B09 5A31  7C09 196F 4126 C005 1F6A

??????????????????????????????????  Bush knew.



pgsql-interfaces by date:

Previous
From: "C. Maj"
Date:
Subject: Re: question on pgaccess installation
Next
From: Adam Witney
Date:
Subject: Re: Pgaccess on MacOSX.... solved