Found a solution to this;
> libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > apxs:Error: Command failed with rc=65536 The problem was with the Apache apxs tool on MacOS. Solution was, funnily enough, to supply it with a tag. Tricky bit was finding where to specify the tag and what value to give it. Solution was to edit; /opt/local/apache2/bin/apxs And change; $ltflags or $ltflags = "--silent"; to $ltflags or $ltflags = "--silent --tag=CC"; I was able to successfully compile and install mod_WebObjects after that. Thanks Rhys Dewar
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
