From: Bob D. <bd...@si...> - 2004-01-22 17:02:48
|
Hey John, It seems solaris does not have bzero.. except w/ BSD compatability library.. and It also seems vasprintf is the same way.. so because you tried so hard for 2 days.. and since rlib 1.1.7 has not even been out in the wild for 1 day I made you a present http://rlib.sicompos.com/rlib-1.1.8.tar.gz this will help things along.. should make it compile on solaris.. at least what you have reported so far let me know - bob On Thu, 2004-01-22 at 10:10, John Richardson wrote: > Hello, > > Has anyone ever successfully compiled RLib on Solaris. I have tried > unsuccessfully for 2 days now. I get the following make errors after: > > parsexml.c: In function `utf8_to_8813': > parsexml.c:38: warning: implicit declaration of function `bzero' > make[1]: *** [parsexml.lo] Error 1 > make[1]: Leaving directory > `/usr/local/apache2/htdocs/rlib-1.1.7/libsrc' > make: *** [all-recursive] Error 1 > > If I compile without errors on warnings(remove -Werror), i get the > following compile error: > > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `compress@SUNW_1.1' > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `vasprintf' > collect2: ld returned 1 exit status > make[1]: *** [rlibc] Error 1 > make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/bin' > make: *** [all-recursive] Error 1 > > I would love to use this great program. But cant get it to compile. > Someone please help. > > Thanks in advance, > John Richardson |