Re: [Libcgi-general] Libcgi 0.8.1 version build on solaris 2.8
Brought to you by:
rafaelsteil
From: Rafael S. <ra...@in...> - 2003-01-23 14:23:18
|
Cool. The next Makefile will do plataform checks.. an user has reported problems using the Makefile in freebsd ( "don't know how to make gcc" error ). The ironic thing is that older versions of libcgi ( which doesn't uses "configure" script ) works fine on FreeBSD.. well.. Rafael On Thu, 23 Jan 2003 19:48:21 +0530 "Yogesh V. Ranade" <yr...@in...> wrote: > Hello !! > > There are problems compiling libcgi0.8.1 version > on solaris 8 box with gcc version 2.95.3. > I kept getting a lot of symbol relocation errors. > > To fix this problem I had to do the following > modification to the Makefile > > Replace SHAREDOPT= -shared > with > SHAREDOPT= -G -z allextract > > > Hope this helps someone trying to build... > > Cheer's > > -Yogesh > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Libcgi-general mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libcgi-general > |