I'm running 10.3 and have my .bash_profile set up and "source .profile" from there; I have the current Developer tools installed; have installed fink and I have run fink scanpackages, then fink selfupdate, then fink update-all as well as installed osxutils and some other small packages just to "test" fink.

However, fink still seems unable to find all the appropriate items it needs to install gnucash--even though these items appear to be there (SEE BELOW). So somehow I've still not set everything up properly. Installing gnucash ends in "compiling libxml-1.8.17-14 failed."

Any help would be greatly appreciated.

Thanks, Dan

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

.bash_profile:

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/sw/bin:/sw/sbin:/Developer
SHELL=/bin/bash
EDITOR=/usr/bin/vi
PS1='\w \u\$ '
ps2='> '
export PATH
export EDITOR
source .profile

.profile:

export TERM=xterm-color
. /sw/bin/init.sh

WHEN I

fink install gnucash

THE END RESULT IS:
...

gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.17\" -I/sw/include -O3 -fstrict-aliasing -funroll-loops -Wall -c tester.c
tester.c:34:31: readline/readline.h: No such file or directory
tester.c: In function `xmlShellReadline':
tester.c:82: warning: implicit declaration of function `readline'
tester.c:82: warning: assignment makes pointer from integer without a cast
tester.c:86: warning: implicit declaration of function `add_history'
tester.c: In function `main':
tester.c:271: warning: implicit declaration of function `xmlInitParser'
make[2]: *** [tester.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling libxml-1.8.17-14 failed


ABOUT HALF WAY THROUGH THE INSTALL I GET:
...

ld: warning -dylib_install_name /sw/lib/libxml.1.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
...


BUT WHEN I;

find / -name "libxml.1.dylib" -print

I CAN FIND libxml.1.dylib IN:

/sw/src/libxml-1.8.17-14/libxml-1.8.17/.libs/libxml.1.dylib

LISTING THIS DIRECTORY I GET:

ls -alt

total 3392
-rwxr-xr-x 1 root network 742808 23 Feb 13:45 libxml.1.8.17.dylib
drwxr-xr-x 8 root network 272 23 Feb 13:44 .
drwxrwxrwx 124 50138 network 4216 23 Feb 13:44 ..
-rw-r--r-- 1 root network 971188 23 Feb 13:44 libxml.a
lrwxr-xr-x 1 root network 12 23 Feb 13:44 libxml.la -> ../libxml.la
-rw-r--r-- 1 root network 716 23 Feb 13:44 libxml.lai
lrwxr-xr-x 1 root network 19 23 Feb 13:44 libxml.1.dylib -> libxml.1.8.17.dylib
lrwxr-xr-x 1 root network 19 23 Feb 13:44 libxml.dylib -> libxml.1.8.17.dylib



WHEN I GO TO /sw/var/lib/fink/prebound, /sw/lib/libxml.1.dylib IS NOT IN seg_addr_table (DUH!):


0x20230000 /sw/lib/libapt-inst.1.0.dylib
0x20320000 /sw/lib/libapt-pkg.3.2.dylib
0x20510000 /sw/lib/libbz2.1.dylib
0x20000000 /sw/lib/libcharset.1.dylib
0x20010000 /sw/lib/libiconv.2.dylib
0x20540000 /sw/lib/libintl.1.dylib
#seg_addr_table: Do not remove the following line, it is used by the seg_addr_table tool
0x90000000 0xa0000000 <<< Next split address to assign >>>
#seg_addr_table: Do not remove the following line, it is used by the seg_addr_table tool
0x20570000 <<< Next flat address to assign >>>


LOOKING AT DEPENDENCIES IN /sw/var/lib/fink/prebound update-package-prebinding.pl SEEMS TO BE THE MAIN PROGRAM AND seg_addr_table IS FOUND ABOUT 15 TIMES IN update-package-prebinding.pl.

??????????



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to