Samba 3.5.4 compile error

Hello!
I am trying install samba 3.5.4. and following this instruction from the source package.
So, there are my steps:
1 cd ../samba-3.5.4/source3
2 ./configure (without any arguments)
and when i run make it returns error
....................................................

Compiling iniparser_build/strlib.c
Compiling libnet/libnet_dssync.c
Compiling libnet/libnet_dssync_keytab.c
Compiling ../libcli/drsuapi/repl_decrypt.c
Compiling libnet/libnet_samsync.c
Compiling libnet/libnet_samsync_ldif.c
Compiling libnet/libnet_samsync_passdb.c
Compiling libnet/libnet_samsync_display.c
Compiling libnet/libnet_samsync_keytab.c
Compiling ../libcli/samsync/decrypt.c
Compiling localedir.c
Linking bin/net
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     utils/net.o
libintl_textdomain                  utils/net.o
libintl_bindtextdomain              utils/net.o
ld: fatal: Symbol referencing errors. No output written to bin/net
collect2: ld returned 1 exit status
make: ** [bin/net] Error 1*

Any ideas?

It's looking for Libintl, do you have this installed?

Yes, i installed Libintl.