|
From: | Peter Koerber |
Subject: | CommonC++ on HP-UX |
Date: | Wed, 21 Nov 2001 18:30:15 +0100 |
Hello together, i have to do some programming with sockets on a HP-UX 11.0 machine, so i have tried to install the CommonC++ package from OpenSource. After some difficulties i was happy to get the shared libraries installed. Some changes to the source files and some changes to the scripts 'configure' and 'ltconfig' have been made. I call the script 'configure' via a script 'start_configure'. I have described all changes that i have made to files of the CommonC++-package within the script 'start_configure' and enclose it; also the output config.log, configure.out (stdout) and config.cache is enclosed. For lots of casts to: 'struct sockaddr *' the compiler warns: "The cast from 'sockaddr_in *' to 'sockaddr *' is performed as a 'reinterpret_cast'. This operation is non-portable and potentially unsafe.", but i haven't changed these casts. In url.cpp occur two warnings because of initializing a non-const char* with a literal (line 316 and line 641). I am the opposite of a UNIX-Guru (and i do normally cross development under Windows2000), so i probably have made some mistakes. With best reguards Peter Koerber PS: Sorry for my bad English. ============================== Dr. Peter Koerber ExperTeam AG Emil-Figge-Str. 85 44227 Dortmund Germany Tel. 0231 / 9704-257 Fax 0231 / 9704-288 E-Mail: address@hidden Web: www.ExperTeam.de ==============================
start_configure
Description: Binary data
config.log
Description: Binary data
configure.out
Description: Binary data
config.cache
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |