Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000d01c0f784$8cd6b940$6401a8c0@brandon> From: "Brandon" To: Subject: linking errors Date: Sun, 17 Jun 2001 19:23:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Hi guys I have been dabbling with C coding for a few weeks now (in the Cygwin environment). Just out of curiosity I pulled my work into Microsoft C++ and tried to build a "windows" version of my tiney app. I came up with this radio_station_streamer.obj : error LNK2001: unresolved external symbol _shout_disconnect radio_station_streamer.obj : error LNK2001: unresolved external symbol _shout_sleep radio_station_streamer.obj : error LNK2001: unresolved external symbol _shout_send_data radio_station_streamer.obj : error LNK2001: unresolved external symbol _shout_connect radio_station_streamer.obj : error LNK2001: unresolved external symbol _shout_init_connection (my app uses the libshout library from www.icecast.org) Anyway, I assume there is something the linker/compiler can't seem to find. I am happy writing code, but sometiumes when it comes to the linking,compiling and under the hood stuff I get lost. Any ideas? The app is very simple, it runs at the console (uses no GUI stuff, all command line). It streams files to an MP3 server with the help of shout.h Brandon -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple