"How freeradius compile with g++"
Hello, Does anyone know how I could compile freeradius in C++ using g++ instead of gcc ? I am not very familiar with the underlying configure mechanism , all i know is to type 'configure' an then 'make' ... I would make chane in Make.inc file where CC= g++ insted of CC= gcc then i got so many error like in radiusd.h file , there r operator is declare as variable , but it is key word in g++? so how can i make freeradius with g++? thanks manoj + 91 - 9881403519
I was edites source code and also edited all header file but i got error ? There r type casting error? i was compiled with compiler g++ 3.2.3 . so ther is any specific compiler is required? thanks manoj On 10/16/05, Alan DeKok <aland@ox.org> wrote:
Manoj Patel <mdp.engr@gmail.com> wrote:
like in radiusd.h file , there r operator is declare as variable , but it is key word in g++? so how can i make freeradius with g++?
Edit the source code.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Manoj Patel Software Engineer IBM Bangalore. (M)098868 52303
Hi i was make all changes in header file and also in c file(for operator variable in valuepair.c)But stil i gor error.When was i tried , then i got eror for type casting. *Like void * to char * * Such type of type casitng is done c but not in c++? so there is any specific compiler is needed for compiling a freeradius? if there r specific radius is then tell me version and name for gnu compiler ? If other compiler is reqiured then tell me name and version of thet copmpiler? thanks manoj patel
Manoj Patel <mdp.engr@gmail.com> wrote:
Hi i was make all changes in header file and also in c file(for operator variable in valuepair.c)But stil i gor error.When was i tried , then i got eror for type casting. *Like void * to char * * Such type of type casitng is done c but not in c++?
No idea. I don't use C++.
so there is any specific compiler is needed for compiling a freeradius?
A C compiler. C++ compilers just aren't supported. I don't see why it would *ever* be necessary to compile the server wil a C++ compiler. Alan DekOk.
participants (2)
-
Alan DeKok -
Manoj Patel