Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Samba 3.0.1 unresolved references

Status
Not open for further replies.

mrmac228

IS-IT--Management
May 27, 2003
255
GB
I've got Tru64 V51B and I'm trying to compile samba 3.0.1 and I have several unresolved warnings:


Compiling rpc_parse/parse_shutdown.c with -fPIC
Compiling registry/reg_objects.c with -fPIC
Compiling passdb/pdb_get_set.c with -fPIC
Linking libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
Compiling modules/vfs_recycle.c with -fPIC
Building plugin bin/recycle.so
ld:
Warning: Unresolved:
dbgtext
dbghdr
DEBUGLEVEL_CLASS
..
..
..


Compiling modules/vfs_audit.c with -fPIC
Building plugin bin/audit.so
ld:
Warning: Unresolved:
smb_register_vfs
Compiling modules/vfs_extd_audit.c with -fPIC
Building plugin bin/extd_audit.so
ld:
Warning: Unresolved:
dbgtext
dbghdr
DEBUGLEVEL_CLASS
DEBUGLEVEL_CLASS_ISSET


and so on.

Compiler version:
Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-003 (sys) cc Driver

Any idea what the problem is?

I love deadlines. I like the whooshing sound they make as they fly by - Douglas Adams
 
Did the configure run well ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
It seemed to there were a few warnings e.g.
configure: WARNING: Sufficient support for iconv function was not found.
Install libiconv from for better charset compatibility!

And other relating to LDAP and Active Directory support but no errors as such.

I love deadlines. I like the whooshing sound they make as they fly by - Douglas Adams
 
You may also consider remove the -g from CCFLAGS

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top