Subject: Re: missing conftest.c? libxml2
To: Jeremy C. Reed <reed@reedmedia.net>
From: Brian <bmcewen@comcast.net>
List: netbsd-help
Date: 02/17/2005 13:30:41
>
>
>At the end of that before the next "## ----------- ##" it should have the
>error. (I hope.)


I was searching the log for "error"; should have been 'failed'.  Found it:
]
configure:2413: checking for C compiler default output file name
configure:2416: cc -O2 
-DXML_SGML_DEFAULT_CATALOG=\"\\\"/usr/pkg/etc/sgml/catalog\\\"\" 
-DXML_XML_DEFAULT_CATALOG=\"\\\"/usr/pk
g/etc/xml/catalog\\\"\" -I/usr/include -I/usr/pkg/include 
-I/usr/include -I/usr/pkg/include  -L/usr/lib -Wl,-R/usr/lib -L/usr
/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
conftest.c:0: unterminated string or character constant
conftest.c:0: possible real start of unterminated constant
conftest.c:0: unterminated string or character constant
conftest.c:0: possible real start of unterminated constant
configure:2419: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
  #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxml2"
| #define VERSION "2.6.17"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2457: error: C compiler cannot create executables
See `config.log' for more details.


hmm... so the .h file that the script makes for itself, has an issue? 
I'm not sure how to solve this.

B