On Wed, 21 Dec 2005, James Taylor wrote: > Hi there, > I'm not at all hot on compiler stuff so could you/someone please ellaborate > a little on this for me. > I checked <apachedir>/build/config_vars.mk and I see this >CC = gcc, and I > can not see any env or shell vars that have CC in them. > I'm using a solaris 8 platform. > Thanks, > James. > > > On 12/20/05, John P. Dodge <dodge@xxxxxxxxxxxxxxxxxxxxxx> wrote: > > > > > > > > libtool: compile: unable to infer tagged configuration > > > > > > libtool: compile: specify a tag with `--tag' > > > > > This error is due to a missmatch between what you have set CC to in the > > shell when running configure and what the CC var is set to in the > > config_vars.mk file references in apxs. > > > > Either unset CC or look up the compiler (CC) reference in > > <apachedir>/build/config_vars.mk. > > > > Libtool thinks that you are building/linking for a different compiler. Try setting the CC var in the shell to gcc before you run configure. CC=gcc export CC ./configure ..... ---------------------------------------- "Mon aéroglisseur est plein d'anguilles" John P. Dodge Boeing Shared Services --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx