vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've been struggling to build apache2.2.6 on HP-UX using the gcc 64bit complier but didn't have any problems with the 32bit gcc compiler. gcc -shared -fPIC -Wl,+h -Wl,libexpat.sl.1 -Wl,+b -Wl,/usr/local/ apache2/lib -o .libs/libexpat.sl.1.0 .libs/xmlparse.o .libs/ xmltok.o .libs/xmlrole.o ld: Unable to load shared library "/opt/langtools/lib/libcomp.sl" Fatal error. collect2: ld returned 1 exit status #gcc -v Using built-in specs. Target: hppa64-hp-hpux11.11 Configured with: /tmp/gcc-4.2.1.tar.gz/gcc-4.2.1/configure -- host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11 --build=hppa64- hp-hpux11.11 --prefix=/opt/hp-gcc64-4.2.1 --with-gnu-as --without-gnu- ld --with-ld=/usr/ccs/bin/ld --enable-threads=posix --enable- languages=c,c++ Thread model: posix gcc version 4.2.1 # The ANSI C Libraries don't exist because we don't have that software but the 32bit version of gcc compiled successfully against apache2 any ideas? Thanks Byron |