Re: [BUGS] shared library compile error

2001-07-11 Thread Peter Eisentraut
Carl Anderson writes: > version 7.1.2 > > using gcc3.0 under solaris 2.7 > > Compile completes without error but the shared libraries are not realy > shared libs. > change section for gnu-ld and solaris to include the flag -shared. You might want to file this as a bug report for GCC, since -G u

[BUGS] shared library compile error

2001-07-10 Thread Carl Anderson
version 7.1.2 using gcc3.0 under solaris 2.7 Compile completes without error but the shared libraries are not realy shared libs. If i link against them (with package such as php or tcl) I get the message "symbol main not found". an inspection using nm -a shows and undefined symbol "main" FIX