This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

HAVE_SOCKET_H default in GCC 3.3.1



Hello World,


After specifiying --disable-java-net to configure, config.h.in (and therefore config.h) has the following lines :

/* Define if you have the <sys/socket.h> header file.  */
#undef HAVE_SYS_SOCKET_H
#define HAVE_SOCKET_H

I would have thought that --disable-java-net impiles that I don't have socket.h. I've been plowing through configure.in (along with a general search), and I can't figure out how this gets set. My work around was to manually edit the file. I've been meaning to ask about this for a while, but once I worked around it I forgot about it until I tried to make sure that I could do a complete build from scratch :-)

Maybe it's time I figured out how to submit a patch :-)

Regards,
Peter Blemel

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]