Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2000 23:49:42 -0800 (PST)
From:      Woody Carey <wcarey@wcarey.com>
To:        freebsd-questions@freebsd.org
Subject:   SOLUTION: Applixware for FreeBSD and postgresql-6.4.2
Message-ID:  <Pine.BSF.4.10.10002122336170.7998-100000@mail.wcarey.com>

next in thread | raw e-mail | index | archive | help

on FreeBSD 3.2-Release

In attempting to make my copy of Applixware for FreeBSD (Data)
(thank you Walnut Creek CDROM ) work with my postgresql database, 
I ran into most of the problems listed on Cary O'Brien's Applixware page 

http://www.radix.net/~cobrien/applix/applix.txt

almost in the exact order they were listed.  I used the
solutions posted therein to solve said problems.  

This page lists a linux specific makefile change for linking
the libpsqlodbc.so interface symbolically.  I found that
this similar redefinition of LDFLAGS_SL under 
"ifeq ($(PORTNAME), freebsd)" worked for me:

LDFLAGS_SL	:= -shared -Bsymbolic -lc -lm -soname $(shlib)

I did not have to modify the makefile in any other way.

Good luck, and a big thank you to Mr. O'Brien for providing this
information!

 - Woody



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10002122336170.7998-100000>