Re: postgresql module of freeradius on Debian - Mailing list pgsql-ports
From | lmyho |
---|---|
Subject | Re: postgresql module of freeradius on Debian |
Date | |
Msg-id | 20060406203313.68823.qmail@web30813.mail.mud.yahoo.com Whole thread Raw |
In response to | Re: postgresql module of freeradius on Debian (Tom Lane <tgl@sss.pgh.pa.us>) |
Responses |
Re: postgresql module of freeradius on Debian
|
List | pgsql-ports |
--- Tom Lane <tgl@sss.pgh.pa.us> wrote: > lmyho <lm_yho@yahoo.com> writes: > > we did it. But this problem: we got so many...so many warnings during the > process > > of building the debian packages, tons of the warnings! > > You can probably ignore all the "differ in signedness" warnings, those > are just the compiler being anal about "char" vs "unsigned char". > Thank you so much Tom! So we can safely ignore all of this kind of "differ" warnings! Thank you! Can we also safely ignore the followings (just types, there are so...o many!): Such as: cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C And: sql_postgresql.c: In function âsql_init_socketâ: sql_postgresql.c:151: warning: assignment discards qualifiers from pointer target type sql_postgresql.c:153: warning: assignment discards qualifiers from pointer target type sql_postgresql.c:157: warning: assignment discards qualifiers from pointer target type sql_postgresql.c:159: warning: assignment discards qualifiers from pointer target type sql_postgresql.c: In function âsql_store_resultâ: sql_postgresql.c:271: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_destroy_socketâ: sql_postgresql.c:287: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_num_fieldsâ: sql_postgresql.c:302: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_fetch_rowâ: sql_postgresql.c:324: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_free_resultâ: sql_postgresql.c:367: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_errorâ: sql_postgresql.c:395: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_closeâ: sql_postgresql.c:411: warning: unused parameter âconfigâ sql_postgresql.c: In function âsql_affected_rowsâ: sql_postgresql.c:458: warning: unused parameter âconfigâ sql_postgresql.c: In function ânot_implementedâ: sql_postgresql.c:466: warning: unused parameter âsqlsocketâ sql_postgresql.c:466: warning: unused parameter âconfigâ Do these matter? And: print.c: In function 'vp_prints_value': print.c:198: warning: assignment discards qualifiers from pointer target type radrelay.c: In function 'main': radrelay.c:871: warning: passing argument 1 of 'free' discards qualifiers from pointer target type And what does these mean?: libtool: install: warning: remember to run `libtool --finish /usr/lib/freeradius' libtool: install: warning: relinking `rlm_acct_unique.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/freeradius' libtool: install: warning: relinking `rlm_always.la' libtool: install: warning: remember to run `libtool --finish /usr/lib/freeradius' ... When building the pkg, the pdpkg-buildpackage installed the libraries in the dir where I built the pkgs, such as: /home/storm/received/freeradius-1.1.1/debian/freeradius/usr/lib/freeradius And says: If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' What should I do about these libs?? What they have something to do with the libs of Debian system? Thank you for your advice!! Best regards, leo __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
pgsql-ports by date: